Flutter application that displays.
- Sample app uses CLEAN with layered architecture for better maintainability and scalability.
- Sample app's domain logics are unit tested & widget tested.
- Sample app uses state management using bloc for better presentation isolation and management.
- Include golden tests
- Ensures type safety by enabling additional type checks
strict-casts: true
strict-inference: true
strict-raw-types: true--lib
|--src
|--data
|--datasource
|--di
|--provider
|--domain
|--usecase
|--presentation
|--widget
--packages
|--core
|--api_client
flutter: '3.24.1'
dart: '3.5.1'