instabug_flutter 9.2.0 copy "instabug_flutter: ^9.2.0" to clipboard
instabug_flutter: ^9.2.0 copied to clipboard

outdated

Deliver the best user experience through a comprehensive platform that will help you uncover, analyze and fix any app performance, quality or stability issues.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add instabug_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  instabug_flutter: ^9.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:instabug_flutter/BugReporting.dart';
import 'package:instabug_flutter/Chats.dart';
import 'package:instabug_flutter/CrashReporting.dart';
import 'package:instabug_flutter/FeatureRequests.dart';
import 'package:instabug_flutter/Instabug.dart';
import 'package:instabug_flutter/InstabugLog.dart';
import 'package:instabug_flutter/InstabugNavigatorObserver.dart';
import 'package:instabug_flutter/NetworkLogger.dart';
import 'package:instabug_flutter/Replies.dart';
import 'package:instabug_flutter/Surveys.dart';
import 'package:instabug_flutter/instabug_custom_http_client.dart';
import 'package:instabug_flutter/models/crash_data.dart';
import 'package:instabug_flutter/models/exception_data.dart';
import 'package:instabug_flutter/models/network_data.dart';
import 'package:instabug_flutter/utils/http_client_logger.dart';
import 'package:instabug_flutter/utils/platform_manager.dart';
40
likes
80
pub points
93%
popularity

Publisher

verified publisherinstabug.com

Deliver the best user experience through a comprehensive platform that will help you uncover, analyze and fix any app performance, quality or stability issues.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

unknown (LICENSE)

Dependencies

flutter, meta, stack_trace

More

Packages that depend on instabug_flutter