MT simple test app
- Bloc for state management
- Get-It for dependency injection
- equatable to compare objects
- sqflite for local storage
This is very simple bloc structure
- Common widgets and Utils, consts and in Core folder
- Each feature(Registration,listing) of app is in features folder
- UI call to Event of Bloc
- Bloc call repository
- Repository call service class