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

Blocs for Flutter made easy. A light-weight, flexible, event-based implementation of the BLoC Pattern.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tetris_blocs

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

dependencies:
  tetris_blocs: ^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:tetris_blocs/tetris_blocs.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Blocs for Flutter made easy. A light-weight, flexible, event-based implementation of the BLoC Pattern.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on tetris_blocs