Is your feature request related to a problem? Please describe.
The bloc_skeleton brick should have a persistence feature like the one on the original skeleton template but implemented.
Describe the solution you'd like
It can be a PreferencesRepository like we have on bloc_samples with shared_preferences, hive, or even hydrated_bloc (actually has an issue with path_provider).
Is your feature request related to a problem? Please describe.
The
bloc_skeletonbrick should have a persistence feature like the one on the original skeleton template but implemented.Describe the solution you'd like
It can be a PreferencesRepository like we have on
bloc_sampleswithshared_preferences,hive, or evenhydrated_bloc(actually has an issue withpath_provider).