mvvm_bloc 1.0.4 copy "mvvm_bloc: ^1.0.4" to clipboard
mvvm_bloc: ^1.0.4 copied to clipboard

outdated

Flutter MVVM Architecture with BLoC Pattern

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mvvm_bloc

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

dependencies:
  mvvm_bloc: ^1.0.4

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:mvvm_bloc/mvvm_bloc.dart';
5
likes
30
pub points
45%
popularity

Publisher

unverified uploader

Flutter MVVM Architecture with BLoC Pattern

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

bloc_builder, flutter, flutter_live_data, provider

More

Packages that depend on mvvm_bloc