instabug 1.0.0-beta.7
instabug: ^1.0.0-beta.7 copied to clipboard
[Deprecated] This package has been renamed to package:instabug_flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add instabug
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
instabug: ^1.0.0-beta.7
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/InstabugNavigatorObserver.dart';
import 'package:instabug/BugReporting.dart';
import 'package:instabug/Chats.dart';
import 'package:instabug/FeatureRequests.dart';
import 'package:instabug/Instabug.dart';
import 'package:instabug/InstabugLog.dart';
import 'package:instabug/NetworkLogger.dart';
import 'package:instabug/Replies.dart';
import 'package:instabug/Surveys.dart';
import 'package:instabug/instabug_custom_http_client.dart';
import 'package:instabug/models/network_data.dart';
import 'package:instabug/utils/http_client_logger.dart';