blocstar 0.0.19 copy "blocstar: ^0.0.19" to clipboard
blocstar: ^0.0.19 copied to clipboard

outdated

Bloc based nano framework, that helps structure how your flutter code is laid out and written.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blocstar

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

dependencies:
  blocstar: ^0.0.19

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:blocstar/BlocContextBase.dart';
import 'package:blocstar/ActionState.dart';
import 'package:blocstar/BlocBase.dart';
import 'package:blocstar/BlocFactory.dart';
import 'package:blocstar/BlocProvider.dart';
import 'package:blocstar/BlocRunner.dart';
import 'package:blocstar/BlocWidgetState.dart';
import 'package:blocstar/Mergeable.dart';
1
likes
0
pub points
40%
popularity

Publisher

unverified uploader

Bloc based nano framework, that helps structure how your flutter code is laid out and written.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, flutter

More

Packages that depend on blocstar