Getting started
FeatureBuddy provides an easy way to collect feedback from your users and build a better product.
Requirements
- FeatureBuddy Account
- FeatureBuddy API Key, available in Settings > API Key
Quick start
Installing
To use this plugin, add featurebuddy
as a dependency in your pubspec.yaml file (and run an implicit dart pub get
):
Alternatively run this command:
Base usage
Make sure to run FeatureBuddyConfig.configure(apiKey: 'YOUR_API_KEY_GOES_HERE');
in your main.dart
file.
After that, you can use the FeatureBuddy
widget in your app.