storybook_ds 1.3.0
storybook_ds: ^1.3.0 copied to clipboard
Storybook Uma forma de apresentar os componentes de qualquer Design System
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add storybook_dsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
storybook_ds: ^1.3.0Alternatively, 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:storybook_ds/storybook_ds.dart';