A Flutter project for Alea's Fastaval
To run this project, you need to have the following installed on your computer:
- Flutter SDK
- Android Studio (for Android development)
- Xcode (for iOS development)
- A web browser (Chrome, Firefox, Safari, etc.) for web development
Command | Descriptions |
---|---|
flutter run |
Starts the project in a local browser or connected device |
flutter clean |
Cleans all project files. Good before building release |
dart pub get |
Download packages from pubspec.yaml |
dart format . |
Formats the Dart code according to the Dart style guide |
flutter build appbundle --no-tree-shake-icons --release |
Builds a release bundle of Android. This is the recommended format for publishing to the Google Play Store |
flutter build ipa |
Builds a release file for iOS |
pod update |
Run inside ios folder to update CocoaPods dependencies |
When you want to deploy the app, build it using the above command, open the app "Transporter" and upload it through there.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.