Releases: icapps/flutter-icapps-architecture
Releases · icapps/flutter-icapps-architecture
0.8.0
Breaking
- Removed native dialogs
Potentially breaking
- ChangeNotifierEx is now a class instead of pure mixin
Added
- Iterable.mapNotNull
- SingleValueCache
- KeyValueCache
Changed
- log debug, info, warn, verbose now also take errors and stack traces
- List.replaceAll now takes an Iterable argument
0.7.4
Fixed an issue where stack trace outputs would corrupt the terminal coloring which could cause hot-reload/restart to fail
v0.6.4
[0.6.4] - 2022-02-22
Fixed
- iOS Touchfeedback when 2 TouchFeedbackIOS widgets are on top of eachother
v0.6.3
[0.6.3] - 2022-01-26
Added
- Custom shadow for TouchFeedback
v0.6.2
[0.6.2] - 2022-01-14
Added
- Docs in the README.md
0.3.1
Prepare release 0.3.1
v0.2.1
Added
- Extension function on null
- Shared preferences
v0.2.0
v0.1.2
Updated
- Updated dependencies to support desktop too
- Added logging methods to log request and responses
- Added Iterable<Iterable>.flatten extension