flutter_bucksapp_sdk 0.0.4 flutter_bucksapp_sdk: ^0.0.4 copied to clipboard
A SDK to implement bucksapp in your app.
Bucksapp #
Features #
- Dashboard
- Transactions
- Budget
- Recurring
- Reports
Usage #
Installation #
Add the following line to pubspec.yaml
:
dependencies:
flutter_bucksapp_sdk: ^0.0.2
Basic setup #
Bucksapp requires you to provide apiKey
and uuid
apiKey
is an key provided to access the serviceuuid
is the id of the user for consulting his data.
Bucksapp(
apiKey: '12TvAswlCh03Qhj5uxiM7w',
uuid: '1c111bf4-7646-4b84-bc4c-4426fb596a87',
)