Learn best practice of flutter data list widgets and files & folders management
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.
In Terminal run this command:
flutter pub get
(Optional) To generate required files (eg. models, retrofit files) run this command:
flutter pub run build_runner build
or
flutter pub run build_runner build --delete-conflicting-outputs
In Terminal run this command:
flutter run -d chrome
- update flutter_native_splash.yaml configuration file
- then execute this line in terminal
flutter pub run flutter_native_splash:create
© 2023 Kevin Putro. All rights reserved.