Skip to content

Krunk-Juice/CSUF-Parking-App

Repository files navigation

CSUF SWAP

The application is about finding parking spot. Students who are leaving campus will announce and give parking spots to other students who are looking for a parking spot. This allows for fast, easy, and reliable parking spot transfers. The incentive to use this app is students will no longer have to wander around campus in search of a parking spot. If we have a large user base we can reliably and quickly find our users parking spots within at most minutes from the time they send a request to the time of fulfillment.

Project Submission

Releases APK Versions

IDE Setup

Tips and Tricks


flutter emulator --create

flutter emulator --launch flutter_emulator

  • Check if enough IDE for flutter:

flutter doctor

To run project

Requires: Either emulator(IPhone/Android) or usb debug connected device


flutter run

Code style

Follow effective dart style

js-standard-style

ScreenShots

Code Example

main.dart with navigate routes

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false, // this removes the debug banner
      title: 'Parking App',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      //initial application go to log in screen
      initialRoute: 'login_page',
      routes: {
        'login_page': (context)=>LoginPage(),
        'home_page': (context)=>HomePage(),

      },
    );
  }
}

Packages and Plugins

Credits

Huy Ho (Alex): front-end, back-end, research, maintenance, testing, design.

Christopher Ta: front-end, plan, research, document, testing, design.

Marco Chavez: front-end, testing, research, document.

License

MIT

Have Fun

Hey yo!!! Want my spot?

I am late again !!!!!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published