moosyl_flutter 2.0.4
moosyl_flutter: ^2.0.4 copied to clipboard
The Moosyl Flutter SDK is a powerful tool for integrating payment solutions with Mauritania's popular banking apps, such as Bankily, Sedad, and Masrivi
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add moosyl_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
moosyl_flutter: ^2.0.4Alternatively, 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:moosyl_flutter/l10n/generated/moosyl_localization.dart';
import 'package:moosyl_flutter/l10n/generated/moosyl_localization_ar.dart';
import 'package:moosyl_flutter/l10n/generated/moosyl_localization_en.dart';
import 'package:moosyl_flutter/l10n/generated/moosyl_localization_fr.dart';
import 'package:moosyl_flutter/l10n/moosyl_localization.dart';
import 'package:moosyl_flutter/moosyl.dart';