flutter_clean_arch_templ
flutter_clean_arch_templ copied to clipboard
Request
Wonderful job on the repo and the app architecture.
however, I'm curious as to how you want to implement the local datasource, for when there's no internet, especially with the image urls coming in as part of the fields in an entity class.
will cached network image still be able to load the imageurl if you just pass the locally stored entity when there's no internet? looking forward to that side of implementation.
cheers!