UNB Parking Management System
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Work in progress - just tentative now
-
Install the amplify cli:
# npm install -g @aws-amplify/cli
-
Pull all of the backend configuration through the Amplify service:
amplify pull --appId d2hizxojn9njyk --envName dev
- Select 'Yes' when it asks if you will work on the backend. This will pull all of the cloudformation and lambda scripts.
- You will need AWS creds, too. Ask Justen for them, they are tied to his account & credit card.
-
Get dependencies specified in pubspec.yaml:
flutter pub get