papilio 0.13.0-beta 
papilio: ^0.13.0-beta copied to clipboard
Build beautiful apps with Flutter. A declarative framework for state, composition and navigation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add papilioThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  papilio: ^0.13.0-betaAlternatively, 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:papilio/papilio.dart';