fuex 0.1.0 copy "fuex: ^0.1.0" to clipboard
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 fuex

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fuex: ^0.1.0

Alternatively, 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';
2
likes
140
points
110
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 validation, and auto garbage collection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, shared_preferences

More

Packages that depend on fuex