storybook

Creator: coderz1093

Last updated:

0 purchases

storybook Image
storybook Images

Languages

Categories

Add to Cart

Description:

storybook

Storybook #
Getting Started #
Check example in site



You will need to add the following dependency in your pubspec.yaml file to download the depedency.
dependencies:
flutter:
sdk: flutter
storybook: 0.0.2

// file to code
assets:
- lib/
- lib/story/menu_principal/
- lib/story/menu_secundario/
copied to clipboard
Usage #

import 'package:storybook/storybook.dart';

runApp(storyBookHome(
logo: Container(
child: Text(
'Storybook',
style: TextStyle(color: Colors.black, fontSize: 20),
),
),
listThemeData: [
{'Theme': ThemeData()},
{'Theme dark': ThemeData.dark()}
],
listStoryBookModel: [
storyCardSucess(),
storyCarError(),
storyButtonWin(),
storyButtonFile()
]));
copied to clipboard
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.