fuex 0.1.0
fuex: ^0.1.0 copied to clipboard
A Flutter meta-framework inspired by Next.js routing, React hooks, and GetX DI. Features folder-based routing, granular reactive state, context-less navigation, useQuery/useMutation, Super Schema vali [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fuexThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fuex: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fuex/fuex.dart';