recup_app_storybook 1.0.0 copy "recup_app_storybook: ^1.0.0" to clipboard
recup_app_storybook: ^1.0.0 copied to clipboard

discontinued

Componentes RecupApp.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add recup_app_storybook

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

dependencies:
  recup_app_storybook: ^1.0.0

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:recup_app_storybook/exemple_stories.dart';
import 'package:recup_app_storybook/main.dart';
import 'package:recup_app_storybook/stories/buttons/ElevatedButton/ElevatedButton_storie.dart';
import 'package:recup_app_storybook/stories/buttons/ElevatedButton/rounded_button.dart';
import 'package:recup_app_storybook/stories/buttons/stories_button.dart';
import 'package:recup_app_storybook/stories/default_storie.dart';
import 'package:recup_app_storybook/stories/main.dart';
import 'package:recup_app_storybook/stories/stories.dart';
import 'package:recup_app_storybook/theme/dark_theme.dart';
import 'package:recup_app_storybook/theme/light_theme.dart';
import 'package:recup_app_storybook/views/recup_material_app.dart';
import 'package:recup_app_storybook/views/recup_scaffold.dart';