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

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 Dart:

 $ dart pub add blocstar

With Flutter:

 $ flutter pub add blocstar

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

dependencies:
  blocstar: ^1.4.0

Alternatively, your editor might support dart pub get or 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/ActionState.dart';
import 'package:blocstar/BlocProvider.dart';
import 'package:blocstar/BlocstarContextBase.dart';
import 'package:blocstar/BlocstarException.dart';
import 'package:blocstar/BlocstarLogicBase.dart';
import 'package:blocstar/BlocstarState.dart';
import 'package:blocstar/DataManagement/BlocModel.dart';
import 'package:blocstar/DataManagement/BlocModelPackager.dart';
import 'package:blocstar/DataManagement/Mergeable.dart';
import 'package:blocstar/ObjectFactories/BlocstarObjectsProvider.dart';
1
likes
0
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

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, bargain_di, flutter

More

Packages that depend on blocstar