๐ ๏ธUse Tip
Here's the Guide of how to use Pulse-X in your project.
$ flutter pub add pulse_xdependencies:
pulse_x: ^1.0.2import 'package:pulse_x/pulse_x.dart';As an alternative solution, if you wanna use Pulse-X from github manually. Here's the tip:
dependencies:
pulse_x:
git:
url: https://github.com/YeLwinOo-Steve/pulse_x.git
ref: master # master branchLast updated