Flutter Offline caching

After call rest api, you need to cache it on local for offline use. Deal with persist data: https://flutter.dev/docs/cookbook/persistence/sqlite Work with cached images: https://flutter.dev/docs/cookbook/images/cached-images State management with BLoC: https://www.nhancv.com/2019/10/flutter-state-management-with-bloc.html Let’s begin! About caching…