clean_cubit_reactor 1.0.3 copy "clean_cubit_reactor: ^1.0.3" to clipboard
clean_cubit_reactor: ^1.0.3 copied to clipboard

Lightweight coordination layer for Cubit with automatic synchronization between multiple cubits using Reactor.

example/lib/main.dart

import 'package:clean_cubit_reactor_example/src/presentation/scope_builder/scope_builder.dart';
import 'package:flutter/material.dart';

import 'src/app.dart';

void main() async {
  registerDependencies();
  runApp(const MyApp());
}
3
likes
150
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight coordination layer for Cubit with automatic synchronization between multiple cubits using Reactor.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on clean_cubit_reactor