suga_core 3.0.0 suga_core: ^3.0.0 copied to clipboard
Suga Core Package.
[3.0.0] - 7/6/2022 #
- Remove BaseViewModel loading handling
- Remove Oauth2CredentialsSharedPreferencesStorage
- Replace lint by flutter_lints
- Update min flutter sdk to 3.0
[2.1.0] - 6/13/2022 #
- Deprecated shouldShowLoading param of BaseViewModel run method
- Update min flutter sdk to 2.10
[2.0.4] - 4/28/2022 #
- Add lockTimeout param to BaseViewModel run method
[2.0.3] - 2/11/2022 #
- Remove datasource abstract
- Remove unawaited helper
[2.0.2] - 2/11/2022 #
- Add const constructor for abstracts
[2.0.1] - 2/11/2022 #
- Fix missing exports
[2.0.0] - 2/8/2022 #
- Rewrite oauth2 credentials storage
- Deprecate unawaited method
- Add abstracts
- Improve base_view_model
[1.2.1] - 1/18/2022 #
- ViewModel run method should return bool
[1.2.0] - 9/12/2021 #
- Improve oauth2_manager (Breaking Change)
[1.1.0] - 8/26/2021 #
- Improve base_view_model run method
- Require Flutter 2.2
[1.0.0] - 4/18/2021 #
- Support null-safety
[0.3.2] - 3/16/2021 #
- Using Future
- Fix BaseViewModel call synchronized issue
[0.3.1] - 3/4/2021 #
- Improve BaseViewModel (Breaking Change)
- Add keyboard_service package
[0.2.0] - 12/26/2020 #
- Add OAuth2 Manager
[0.1.0] - 12/16/2020 #
- First Release