wisecore 2.2.6
wisecore: ^2.2.6 copied to clipboard
A flutter core project used by Wisemen. Comes with a bunch of generally useful extensions and functions.
2.2.6 #
- Fixed custom alert options order
2.2.5 #
- Fixed the whenStream extension on
AsyncValue<T>
2.2.4 #
- [bugfix] LoadingStreamProvider > $StreamNotifier
2.2.3 #
- Updated riverpod to >=3.0.0
2.2.2 #
- Unstuck riverpod dependency
2.2.1 #
- Dependency update
2.2.0 #
- Added mixin
LoadingStreamProviderfor stream providers - Added
whenStreamextension as a replacement for riverpod's when - Added
isNullOrEmptyextension for nullable lists - Removed
correctEllipsisextension (Flutter fixed issue that made this necessary)
2.1.0 #
- Changed alert/error dialogs
2.0.2 #
- Removed classes and functions that weren't being used
- Removed Sentry and OneSignal
- Added documentation
- Slightly changed structure
2.0.1 #
- Removed Isar
2.0.0 #
- Removed auto router and routing
- Changed imports to support upgrades
- Changed url_launcher implementations
- Removed generated code files
- Removed models
1.0.14 #
- Updated Sentry_flutter to 8.3.0
1.0.13 #
- Fixed
AsyncValueerror dialog shower extension method
1.0.12 #
- Added error parsing for DioException
- Added
customErrorMessagetoshowErrorDialog
1.0.11 #
- Removed Secure storage, updated packages
1.0.10 #
- Updated packages
1.0.8 #
- Improved
showErrorDialogonAsyncValue
1.0.7 #
- Updated packages
1.0.6 #
- Added
.historyfolder to.gitignore - Updated packages
1.0.5 #
- Moved repo and updated packages
1.0.4 #
- First version for pub.dev