flutter_boilerplate_project
flutter_boilerplate_project copied to clipboard
A boilerplate project created in flutter using MobX and Provider.
#86 null-safety branch When I run the app on the web it isn't working. In the console, I see something like this: ``` MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on...
What should I do to add the repo new features to my project when it is finished like these awesome features **Up-Coming Features:** Connectivity Support Background Fetch Support
I notice in feature/mvi branch (the latest) that languagestore, themestore, userstore is registered in service_locator AS well as new'd up again in MyApp. This seems like duplication i.e. getIt.registerSingleton(LanguageStore(getIt())); getIt.registerSingleton(ThemeStore(getIt()));...
https://mobx.netlify.app/examples/connectivity/ something similar
There is no reason to using PostStore with Provider i.e. i do not see any reason for the following within my_app.dart `Provider(create: (_) => _postStore),` PostStore is used within home.dart,...
Warning: The plugin path_provider_android requires Android SDK version 31. Warning: The plugin shared_preferences_android requires Android SDK version 31. One or more plugins require a higher Android SDK version. Fix this...
Considering there are many developer who also use Bloc based projects, it would be very helpful if you either created the same code boilerplate based on Bloc or if possible...
i think most app have tab bar in the bottom, so can it be supported now?
Updated comment to reflect what getPosts does currently and also put in TODO as to how this can include local first type approach with data to ensure the user has...
Hi @zubairehman , Hope you are all well ! I am just dropping this message as I would like to create a teampass (https://teampass.net/) clone with flutter. What would you...