Simple flutter UI samples such as Login, OTP Input, Tab bar, Custom Texts, Custom Colours etc with scalable folder structure.
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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Flutter setup: https://docs.flutter.dev/get-started/install/macos
- To create a new flutter app
flutter create my_app
- To check missing dependencies
flutter doctor
- List emulators
$ANDROID_HOME/emulator/emulator -list-avds
- Start an emulator
$ANDROID_HOME/emulator/emulator @1536_1024_device
- Check if devices are runnning
flutter devices
- Run app
flutter run
- https://www.geeksforgeeks.org/flutter-file-structure/
- https://medium.com/flutter-community/scalable-folder-structure-for-flutter-applications-183746bdc320
- Classes & Objects in Dart: https://dart.academy/creating-objects-and-classes-in-dart-and-flutter/
- Get started with Flutter: https://docs.flutter.dev/get-started/codelab
- Flutter layouts: https://docs.flutter.dev/development/ui/layout