route_flutter_bloc 9.2.0 copy "route_flutter_bloc: ^9.2.0" to clipboard
route_flutter_bloc: ^9.2.0 copied to clipboard

Improve Flutter BLoC performance with navigation-aware widgets. Skip rebuilds and side-effects when screens are hidden. React on resume only if state changed.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add route_flutter_bloc

With Flutter:

 $ flutter pub add route_flutter_bloc

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

dependencies:
  route_flutter_bloc: ^9.2.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:route_flutter_bloc/route_flutter_bloc.dart';
5
likes
0
points
52
downloads

Publisher

verified publisherdart-weider.top

Weekly Downloads

Improve Flutter BLoC performance with navigation-aware widgets. Skip rebuilds and side-effects when screens are hidden. React on resume only if state changed.

Repository (GitHub)
View/report issues

Topics

#bloc #state-management

License

unknown (license)

Dependencies

bloc, flutter, provider

More

Packages that depend on route_flutter_bloc