blocstar 1.4.2 copy "blocstar: ^1.4.2" to clipboard
blocstar: ^1.4.2 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 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: ^1.4.2

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/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
130
points
131
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

async, bargain_di, flutter

More

Packages that depend on blocstar