fpdt_flutter 0.3.0
fpdt_flutter: ^0.3.0 copied to clipboard
Helpers for using fpdt with flutter.
0.3.0 #
- Update fpdt
0.2.3 #
- Add do notation for flutter ops
0.2.2 #
- Remove riverpod dep
- Remove extras from FlutterOpContext
0.2.1 #
- Add none() for TaskEitherValue
- Add isLoading for TaskEitherValue
- Add isLoadingOrNone for TaskEitherValue
0.2.0 #
- Replace TypedAsyncValue with TaskEitherValue
0.1.2 #
- Export atoms.dart
0.1.1 #
- Add taskEitherAtom
0.1.0 #
- Add support for the nucleus package
0.0.5 #
- Add either extension to AsyncValue
0.0.4 #
- Add useValueListenableOption
- Add extension for AsyncValue
0.0.3 #
- Directly return value from useFlutterOpWithState
0.0.2 #
- Improve FlutterOpContext construction
0.0.1 #
- First release