-
-
Notifications
You must be signed in to change notification settings - Fork 22
Build steps
Fareez Iqmal edited this page Jul 15, 2023
·
5 revisions
- Complete the Flutter and Dart installation. https://docs.flutter.dev/get-started/install
- Setup your editor. https://docs.flutter.dev/get-started/editor
- Setup Firebase project. Get the
google_services.json
file (Optional, this is just for analytics).
- Note that my development setup is Windows, with VS Code, and Android devices. They might be some changes you need to do if you're using other setups.
- I not yet to run my app for IOS, if you're doing so, you might be getting into trouble because I didn't do any setups there.
- Open your editor, open terminal and run
flutter pub get
, thenflutter run
.