Use Tip
Here's the Guide of how to use Pulse-X in your project.
Depend on it
Run this command:
With Flutter:
This will add a line like this to your package's pubspec.yaml
(and run an implicit flutter pub get
):
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:
As an alternative solution, if you wanna use Pulse-X from github manually. Here's the tip:
In your project's pubspec.yaml
file, under dependencies:
section, use like this.
Last updated