biapay_sdk 0.0.9
biapay_sdk: ^0.0.9 copied to clipboard
BIAPAY SDK for flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add biapay_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
biapay_sdk: ^0.0.9Alternatively, 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:biapay_sdk/bia_flutter_package.dart';
import 'package:biapay_sdk/configs/app_colors.dart';
import 'package:biapay_sdk/configs/environment.dart';
import 'package:biapay_sdk/configs/url_constants.dart';
import 'package:biapay_sdk/configs/urls.dart';
import 'package:biapay_sdk/infrastructure/api_service/api_service.dart';
import 'package:biapay_sdk/infrastructure/navigation/navigation.dart';
import 'package:biapay_sdk/infrastructure/navigation/routes.dart';