ffx 0.0.1
ffx: ^0.0.1 copied to clipboard
ffx is a brand new life cycle + state management tool in flutter. It is intended to solve the templating problem written by StatefulWidget, simplify the code, and improve work efficiency.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ffxWith Flutter:
$ flutter pub add ffxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ffx: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ffx/ffx.dart';