snapshot 0.2.6+1 snapshot: ^0.2.6+1 copied to clipboard
A library that can be used to implement data classes and simplifies conversion of JSON to data classes
0.2.6+1 #
- REFACTOR: support for rxdart ^0.28.0.
- REFACTOR: support for intl ^0.19.0.
- FIX: switchChildren not emitting any value when empty map.
0.2.6 #
- Fixes switchChildren not emitting any value when empty map
0.2.5 #
- fix
Snapshot.asNonNullableList
0.2.4 #
- fix signature
asList
onStream<Snapshot>
0.2.3 #
- fix converting to nullable type
0.2.2 #
- Upgrade to rxdart 0.27.0
0.2.1 #
- Fixes to run with dart2js (see https://github.com/dart-lang/sdk/issues/46417)
0.2.0 #
- Null safety
0.1.0 #
- Initial version