easybloc 1.1.5 copy "easybloc: ^1.1.5" to clipboard
easybloc: ^1.1.5 copied to clipboard

discontinued
outdated

Fork from Slidy, a CLI package manager and template for Flutter made by Flutterando This package uses http rather dio, easy_bloc rather bloc_pattern and has repository template. Generate Modules, Page [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate easybloc

Use it

The package has the following executables:

$ slidy

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easybloc

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

dependencies:
  easybloc: ^1.1.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:easybloc/slidy.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Fork from Slidy, a CLI package manager and template for Flutter made by Flutterando This package uses http rather dio, easy_bloc rather bloc_pattern and has repository template. Generate Modules, Pages, Widgets and BLoCs

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, args, http, path, pubspec, yaml

More

Packages that depend on easybloc