beyonic_flutter 0.1.1 copy "beyonic_flutter: ^0.1.1" to clipboard
beyonic_flutter: ^0.1.1 copied to clipboard

Flutter package to use Beyonic APIs

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add beyonic_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  beyonic_flutter: ^0.1.1

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:beyonic_flutter/beyonicservice.dart';
import 'package:beyonic_flutter/models/collectionrequests.dart';
import 'package:beyonic_flutter/models/collections.dart';
import 'package:beyonic_flutter/models/contacts.dart';
import 'package:beyonic_flutter/models/payments.dart';
import 'package:beyonic_flutter/models/recipient.dart';
import 'package:beyonic_flutter/models/transactions.dart';
import 'package:beyonic_flutter/models/wallet.dart';
import 'package:beyonic_flutter/models/webhooks.dart';
1
likes
10
pub points
19%
popularity

Publisher

unverified uploader

Flutter package to use Beyonic APIs

Homepage

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on beyonic_flutter