flutter_plugin_kit 0.1.0 copy "flutter_plugin_kit: ^0.1.0" to clipboard
flutter_plugin_kit: ^0.1.0 copied to clipboard

Flutter ergonomics for plugin_kit: scope widgets, a State mixin, a ChangeNotifier adapter, and BuildContext.watchEvent / readEvent helpers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_plugin_kit

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

dependencies:
  flutter_plugin_kit: ^0.1.0

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:flutter_plugin_kit/flutter_plugin_kit.dart';
0
likes
160
points
56
downloads

Documentation

API reference

Publisher

verified publishersaad-ardati.dev

Weekly Downloads

Flutter ergonomics for plugin_kit: scope widgets, a State mixin, a ChangeNotifier adapter, and BuildContext.watchEvent / readEvent helpers.

Homepage
Repository (GitHub)
View/report issues

Topics

#plugins #flutter #event-bus #state-management #lifecycle

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_kit

More

Packages that depend on flutter_plugin_kit