query_stack 1.0.0-dev.8 query_stack: ^1.0.0-dev.8 copied to clipboard
Powerful, yet simple, asynchronous state management for Flutter
1.0.0-dev.1 #
- Initial release
1.0.0-dev.2 #
- Fixed README.md
1.0.0-dev.3 #
- Fixed bugs in
refetch
1.0.0-dev.4 #
- Added
singleLetterName
to allPlatformInfo
enums to facilitate safer serialization. - Added
StackTrace
info in errors
1.0.0-dev.5 #
- Fix project availability for Windows, Linux, MacOS, iOS, Android and Web.
1.0.0-dev.6 #
- Added
PlatformInfo
intoregisterDependencies
so dependencies can be injected based on the current platform.
1.0.0-dev.7 #
- Added
T when<T>()
on any enum ofPlatformInfo
1.0.0-dev.8 #
- Fix
isStale
when fetching is retried