fluttery_dart2 0.0.7-2 fluttery_dart2: ^0.0.7-2 copied to clipboard
Flutter package that helps with prototyping. (but you know for dart 2... will not be useful once dude updates his package...)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluttery_dart2
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fluttery_dart2: ^0.0.7-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:fluttery_dart2/animations.dart';
import 'package:fluttery_dart2/framing.dart';
import 'package:fluttery_dart2/gestures.dart';
import 'package:fluttery_dart2/layout.dart';