fuels_dart_universal 0.0.9 fuels_dart_universal: ^0.0.9 copied to clipboard
Flutter Plugin for Fuel SDK that supports all fuel networks starting from beta-3
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fuels_dart_universal
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fuels_dart_universal: ^0.0.9
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:fuels_dart_universal/fuels_dart_universal.dart';