tch_appliable_core 0.4.5
tch_appliable_core: ^0.4.5 copied to clipboard
Flutter core package used by Tomas Chyly & appliable.eu. Contains common functionality to get started faster & consistently.
0.4.5 31.5.2021 #
- Invalidate CoreApp when init done
0.4.4 27.5.2021 #
- Add Color utils
0.4.3 23.5.2021 #
- Builder param for CoreApp
0.4.2 22.5.2021 #
- SembastSource options add DB migration parameters
- Update dependencies
0.4.1 22.5.2021 #
- CoreApp push after initialization optional arguments
0.4.0 20.5.2021 #
- Warning: changes to exports from package, may require updated imports and dependencies
- Finished HTTPSource implementation
- SembastSource implementation
0.3.0 13.5.2021 #
- Warning: changed the way ScreenState options are overriden/initialized
- ScreenState options build preProcessor
- Drawer permanently visible support
- bugfixes
0.2.3 19.3.2021 #
- Previous dispose of ValueNotifiers of MainDataSource caused issues, different resolution implemented
0.2.2+1 18.3.2021 #
- Add options for floating action button
0.2.2 18.3.2021 #
- Add support for floating action button of screens
0.2.1 17.3.2021 #
- Change AppBar, BottomBar & Drawer to be more loosely defined
0.2.0 16.3.2021 #
- Handle situation with RouterV1 when wrong type cast
0.2.0-dev.1 7.3.2021 #
- Sound null-safety achieved
0.1.0-dev.15 2.3.2021 #
- SQLiteSource add onUpgrade & onDowngrade to the options
0.1.0-dev.14 1.3.2021 #
- HTTPSource do not crash app on no network error
0.1.0-dev.13 1.3.2021 #
- Translator get initial language fun
0.1.0-dev.12 28.2.2021 #
- DataTask for HTTPSource give option to override used url
0.1.0-dev.11 18.2.2021 #
- Dispose of ValueNotifiers used by MainDataSources
0.1.0-dev.10 13.2.2021 #
- Update dependencies which were possible to update without conflicts
0.1.0-dev.9 29.1.2021 #
- Add useful text utils
0.1.0-dev.8 27.1.2021 #
- SQLiteSource allow DataTasks with raw queries
0.1.0-dev.7 25.1.2021 #
- ReFetch data for any initialized source from app
0.1.0-dev.6 24.1.2021 #
- DataTask processResult allow nullable result
0.1.0-dev.5 24.1.2021 #
- SQLiteSource execute DataTask supports one time queries
0.1.0-dev.4 22.1.2021 #
- Reorganize code into private/public for better autoImport experience
0.1.0-dev.3 21.1.2021 #
- DataRequest processResult allow nullable result
0.1.0-dev.2 21.1.2021 #
- More CoreApp initialization options
0.1.0-dev.1 20.1.2021 #
- Initial release
- Working CoreApp with Widgets & Screens
- Router
- Translator
- Preferences
- MainDataProvider partially working (SQLite done, HTTPClient partial, others todo)