pueprint 0.0.8 copy "pueprint: ^0.0.8" to clipboard
pueprint: ^0.0.8 copied to clipboard

A Flutter package to make flows and single pages much easier to lay out and style

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pueprint

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

dependencies:
  pueprint: ^0.0.8

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:pueprint/pueprint.dart';
6
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package to make flows and single pages much easier to lay out and style

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider, universal_platform

More

Packages that depend on pueprint