flutter_bucksapp_sdk

Last updated:

0 purchases

flutter_bucksapp_sdk Image
flutter_bucksapp_sdk Images
Add to Cart

Description:

flutter bucksapp sdk

Bucksapp #

Features #

Dashboard
Transactions
Budget
Recurring
Reports

Usage #
Installation #
Add the following line to pubspec.yaml:
dependencies:
flutter_bucksapp_sdk: ^0.0.10
copied to clipboard
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'
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.