ff 0.1.2 copy "ff: ^0.1.2" to clipboard
ff: ^0.1.2 copied to clipboard

fully fledged, frickin' fast flutter-framework. It relies heavily on code-gen although not using dart build-runner but its own, native file watcher.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ff

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

dependencies:
  ff: ^0.1.2

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:ff/ff.dart';
0
likes
150
points
310
downloads

Publisher

verified publisherh-h.win

Weekly Downloads

fully fledged, frickin' fast flutter-framework. It relies heavily on code-gen although not using dart build-runner but its own, native file watcher.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ff