A new Flutter project.
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.
- flutter create .
- flutter analyze -v
- flutter doctor -v
- flutter build apk --debug
- flutter build apk -t lib/main_dev.dart --debug
- flutter build apk --verbose
- flutter clean
- flutter build apk
production android build flutter build appbundle -t lib/main_prod.dart
ios build flutter build ios -t lib/main_prod.dart
cd ios fastlane beta
https://docs.fastlane.tools https://flutter.dev/docs/deployment/cd
-Ref: flutter packages pub run build_runner build --delete-conflicting-outputs flutter packages pub run build_runner build
- flutter pub get
- flutter pub run flutter_launcher_icons:main
https://tipsi.github.io/tipsi-stripe/docs/completeapplepayrequest.html
/Users/inarenedpuganti/flutter/bin rm -rf cache && flutter doctor -v
-Ref:
https://morioh.com/p/6a7e7f045c74 https://stackoverflow.com/questions/57233622/flutter-draggablescrollablesheet-doesnt-show-up-by-pressing-button
https://fidev.io/full-screen-dialog/
https://medium.com/flutter-community/simple-and-bug-free-code-with-dart-operators-2e81211cecfe
https://medium.com/@gaspard.merten/firebase-analytics-and-flutter-340f01ad8636 https://medium.com/flutterpub/using-firebase-analytics-in-flutter-2da5be205e4
https://stackoverflow.com/questions/5025256/how-do-you-specify-command-line-arguments-in-xcode-4
flutter packages pub run build_runner build
https://github.com/dart-lang/json_serializable/blob/master/example/lib/example.dart
https://medium.com/flutter/some-options-for-deserializing-json-with-flutter-7481325a4450
https://medium.com/@ayushpguptaapg/using-streams-in-flutter-62fed41662e4 https://blog.codeminer42.com/build-your-first-app-with-flutter-getting-data-from-api-c9fb4c2a6812/ https://creativebracket.com/how-to-use-streams-in-dart-2/ https://medium.com/flutter-community/understanding-streams-in-flutter-dart-827340437da6
https://fireship.io/snippets/dart-how-to-get-the-index-on-array-loop-map/
https://github.com/ResoCoder/flutter_localization_tutorial/blob/master/lib/main.dart https://github.com/mohamedHassanKa/flutter_internationalization/blob/master/lib/main.dart
https://medium.com/@baranmichal25_54778/scaling-up-simple-app-state-management-6c22d0a83da5