fpdt_flutter
library
Functions
-
askFlutterOp<E>()
→ FlutterOp<E, FlutterOpContext>
-
-
flutterOpDo<E, A>(DoFunction<FlutterOpContext, E, A> f)
→ FlutterOp<E, A>
-
-
stateMachineAtom<S, SM extends StateMachineBase<S>>(AtomReader<SM> create)
→ AtomWithParent<S, Atom<SM>>
-
-
stateMachineProvider<SM extends StateMachineBase>(dynamic ref, SM sm)
→ SM
-
Helper for creating riverpod providers
-
stateMachineStateProvider<S>(dynamic ref, StateMachineBase<S> sm)
→ S
-
Helper for creating riverpod providers
-
taskEitherAtom<L, R>(AtomReader<FutureOr<Either<L, R>>> create)
→ TaskEitherAtom<L, R>
-
-
useFlutterOp<E, A>(FlutterOp<E, A> op, [List deps = const []])
→ TaskEither<E, A>
-
-
useFlutterOpWithState<E, A>(FlutterOp<E, A> op, [List deps = const []])
→ dynamic
-
-
useValueListenableOption<A>(Option<ValueListenable<A>> notifier)
→ Option<A>
-