This project is a starting point for a Flutter application with basic user onboarding.
-
To install flutter follow the guide: https://flutter.dev/docs/get-started/install
-
Do a flutter spec check using commnand
flutter doctor
-
Once Flutter is installed upgrade the packages using
flutter pub upgrade
-
Update the configuration class present in configurations folder.
-
Run the application using
flutter run
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view Flutter's online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.