monobank_api 3.0.1 copy "monobank_api: ^3.0.1" to clipboard
monobank_api: ^3.0.1 copied to clipboard

Simplifies interaction with public Monobank API Supports getting currencies and statement info, includes currency and MCC datasets

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add monobank_api

With Flutter:

 $ flutter pub add monobank_api

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

dependencies:
  monobank_api: ^3.0.1

Alternatively, 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:monobank_api/monobank_api.dart';
5
likes
160
points
75
downloads

Publisher

verified publishersominemo.com

Weekly Downloads

Simplifies interaction with public Monobank API Supports getting currencies and statement info, includes currency and MCC datasets

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http

More

Packages that depend on monobank_api