Instabug-Flutter icon indicating copy to clipboard operation
Instabug-Flutter copied to clipboard

Getting Started Guide is outdated: use `init()` instead of `start()`

Open antonengelhardt opened this issue 1 year ago • 0 comments

Steps to Reproduce the Problem

  • Create new account
  • Follow the getting started guide for flutter

Expected Behavior

The guide should be updated with the init() function instead of the start() function.

Actual Behavior

Screenshot-Arc-007106

Instabug integration code

// Init Instabug
  await Instabug.init(
    token: 'xxx',
    invocationEvents: [InvocationEvent.shake],
  );

SDK Version

13.0.0

Flutter, iOS and Android Versions

Device Model

15 pro

Additional

On your dashboard, all support button do not work (for me). Might be worth taking a look 😃

antonengelhardt avatar May 13 '24 14:05 antonengelhardt