tch_appliable_core 0.2.1
tch_appliable_core: ^0.2.1 copied to clipboard
Flutter core package used by Tomas Chyly & appliable.eu. Contains common functionality to get started faster & consistently.
[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)