Bucksapp
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
apiKeyis an key provided to access the serviceuuidis the id of the user for consulting his data.environmentis the environment of the implementation.languageis the language of the implementation of the service.
Bucksapp(
apiKey: '<API_KEY>',
uuid: '<UUID>',
environment: 'development',
language: 'en'
)