pulse_x 1.0.4 copy "pulse_x: ^1.0.4" to clipboard
pulse_x: ^1.0.4 copied to clipboard

Pulse X is the mini state management. It has four features - state management, context-less routing, dependency injection & reaction (side effects)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pulse_x

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

dependencies:
  pulse_x: ^1.0.4

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:pulse_x/pulse_x.dart';
4
likes
150
pub points
0%
popularity

Publisher

verified publisheryl0.me

Pulse X is the mini state management. It has four features - state management, context-less routing, dependency injection & reaction (side effects)

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, synchronized

More

Packages that depend on pulse_x