- πCreate book by click on floating action button in homepage
- π See list of books in homepage
- πSee detail of each book by clicking on the book card in homepage
- πUpdate book by clicking on edit icon on the book card in homepage
- πDelete book by clicking on delete icon on the book card in homepage
This app is made with Flutter 3.10.5
dart: ">=3.0.5 <4.0.0"
flutter: ">=3.3.0"
Clone project
git clone
Get All Dependencies/Packages
flutter pub get
Generate *.g.dart
files
flutter pub run build_runner build --delete-conflicting-outputs
flutter run
flutter run --release
βββ core # Core files used generally in the app
β βββ constants # Const variables used in the app
β βββ design # Design system of the app(atom, decoration, layout, style)
β βββ router # Router system of the app
β βββ session # Session manager used in the app
βββ data # Data source call system of the app
βββ di # Dependency Injection
βββ domain # Base model and use case
βββ feature # Feature of the app including the controller and ui