simple_storyboard 0.0.4 copy "simple_storyboard: ^0.0.4" to clipboard
simple_storyboard: ^0.0.4 copied to clipboard

Faster iterative development of Flutter user interfaces by isolating widgets from your app. (Original Author is Mike Hoolehan <mike@hoolehan.com>, i just fork it and changes some things)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_storyboard

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

dependencies:
  simple_storyboard: ^0.0.4

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

Publisher

unverified uploader

Faster iterative development of Flutter user interfaces by isolating widgets from your app. (Original Author is Mike Hoolehan <mike@hoolehan.com>, i just fork it and changes some things)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, recase

More

Packages that depend on simple_storyboard