flutter_bucksapp_sdk 0.0.12 copy "flutter_bucksapp_sdk: ^0.0.12" to clipboard
flutter_bucksapp_sdk: ^0.0.12 copied to clipboard

A SDK to implement bucksapp in your app.

Bucksapp #

Pub Package

Features #

  • Dashboard
  • Transactions
  • Budget
  • Recurring
  • Reports

Usage #

Installation #

Add the following line to pubspec.yaml:

dependencies:
  flutter_bucksapp_sdk: ^0.0.10

Basic setup #

Bucksapp requires you to provide apiKey and uuid

  • apiKey is an key provided to access the service
  • uuid is the id of the user for consulting his data.
  • environment is the environment of the implementation.
  • language is the language of the implementation of the service.
Bucksapp(
    apiKey: '<API_KEY>',
    uuid: '<UUID>',
    environment: 'development',
    language: 'en'
)
1
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A SDK to implement bucksapp in your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, flutter_inappwebview, http, logger, package_info_plus

More

Packages that depend on flutter_bucksapp_sdk