base_app 1.0.5
base_app: ^1.0.5 copied to clipboard
Base Flutter App with dio for http request, dio_http_cache for caching, flutter_bloc for default design pattern
Base Flutter App #
This Project contains: #
- Base Requests: depends on dio and dio http cache
- Base Stateful + BLoC: depends on BLoC pattern, BLoC will be created in each screen by all BLoC rule.
- Popup, dialog: depends on loading overlay pro by LocHV