A Flutter-based mobile application to collect user data for creditworthiness scoring (CIBIL Score).
- Clean, scrollable, mobile-friendly UI
- Input validation (name, phone, income, etc.)
- Form sections: Personal, Credit Details
- Designed for use in ML/credit analysis backend systems
- Ready for future API and authentication integration
| Tool | Description |
|---|---|
| Flutter | UI Framework for Mobile |
| Dart | Programming Language |
| Android Studio | IDE & Emulator for Android Dev |
| intl | Date formatting |
dependencies:
flutter:
sdk: flutter
intl: ^0.18.1
provider: ^6.1.1
http: ^0.13.6
flutter_form_builder: ^9.1.0
flutter_spinkit: ^5.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0