fiuu_mobile_xdk_flutter 3.34.2
fiuu_mobile_xdk_flutter: ^3.34.2 copied to clipboard
Fiuu Mobile Payment for Flutter
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fiuu_mobile_xdk_flutterWith Flutter:
$ flutter pub add fiuu_mobile_xdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fiuu_mobile_xdk_flutter: ^3.34.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fiuu_mobile_xdk_flutter/fiuu_mobile_xdk_flutter.dart';