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

Flutter Widgets(and State Mixin) that use Trigger as the state management, this package is the bridge to use Flutter with Trigger.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_trigger

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

dependencies:
  flutter_trigger: ^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_trigger/flutter_trigger.dart';
0
likes
150
points
87
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter Widgets(and State Mixin) that use Trigger as the state management, this package is the bridge to use Flutter with Trigger.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter, trigger

More

Packages that depend on flutter_trigger