storybook_annotations 0.0.1 copy "storybook_annotations: ^0.0.1" to clipboard
storybook_annotations: ^0.0.1 copied to clipboard

A package used for generation Stories to be used in Storybook_flutter using the build_runner

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add storybook_annotations

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

dependencies:
  storybook_annotations: ^0.0.1

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:storybook_annotations/storybook_annotations.dart';
2
likes
120
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A package used for generation Stories to be used in Storybook_flutter using the build_runner

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

build_resolvers, code_builder, flutter, super_annotations

More

Packages that depend on storybook_annotations