This is a Flutter BMI manager project. It's a study project that should meet the following requirements:
- View BMI information
- Enter measurement data
- View analyzed measurement data with BMI
- Save measurement data
- View list of saved measurement data
- View list of categories
- View details for a category
- Register user
- Login
Ensure the following tools are installed on your system:
- Flutter SDK
- Dart SDK
- Android Studio or VS Code (optional)
- Android Emulator or real device for testing (optional)
flutter pub getflutter runIf you change the app icon under assets/icon make sure you adjust the paths under flutter_launcher_icons: in pubspec.yaml and run:
flutter pub run flutter_launcher_icons:mainIf you change anything inside lib/database/app_database.dart you have to run:
dart run build_runner build --delete-conflicting-outputsI am using drift as a low level ORM
If you change translations installing dependencies is enough
flutter pub get








