bugbattle_sdk 3.0.3 copy "bugbattle_sdk: ^3.0.3" to clipboard
bugbattle_sdk: ^3.0.3 copied to clipboard

discontinued
outdated

The BugBattle SDK for Flutter is the easiest way to integrate BugBattle into your apps!

Bugbattle SDK #

The BugBattle SDK for Flutter is the easiest way to integrate BugBattle into your apps!

Report and Fix Bugs the Easy Way #

Bugbattle helps developers build the best software faster. It is your affordable in-app bug reporting tool for apps, websites and industrial applications.

Checkout our website to learn more about bugbattle.

Docs & Examples #

Checkout our documentation for full reference.

iOS installation

Navigate to your iOS project folder within the terminal and update the cocoapods by typing

pod install

Initialize BugBattle SDK

Import the BugBattle SDK by adding the following import inside one of your root components.

import 'package:BugbattleSDK/BugbattleSDK.dart';
BugBattle.initialize('YOUR_API_KEY', ActivationMethod.SHAKE);

Your API key can be found in the project settings within BugBattle. Possible values for the activation method are BugBattle.NONE and BugBattle.SHAKE.

5
likes
0
pub points
0%
popularity

Publisher

verified publisherbugbattle.io

The BugBattle SDK for Flutter is the easiest way to integrate BugBattle into your apps!

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bugbattle_sdk