presented_bloc 1.0.0-beta.1 copy "presented_bloc: ^1.0.0-beta.1" to clipboard
presented_bloc: ^1.0.0-beta.1 copied to clipboard

A seamless blend of Bloc state management, MVVM architecture, and a presenter‑driven navigation system.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add presented_bloc

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

dependencies:
  presented_bloc: ^1.0.0-beta.1

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:presented_bloc/presented_bloc.dart';
0
likes
40
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A seamless blend of Bloc state management, MVVM architecture, and a presenter‑driven navigation system.

Repository
View/report issues

Topics

#bloc #state-management #mvvm

Documentation

Documentation

License

MIT (license)

Dependencies

dio, equatable, flutter, flutter_bloc, focus_detector_v2, provider, uuid

More

Packages that depend on presented_bloc