profiler 3.2.6 copy "profiler: ^3.2.6" to clipboard
profiler: ^3.2.6 copied to clipboard

PlatformAndroid

minor updates

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add profiler

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

dependencies:
  profiler: ^3.2.6

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:profiler/global/global.dart';
import 'package:profiler/interfaces/contextual_credential.dart';
import 'package:profiler/interfaces/language.dart';
import 'package:profiler/interfaces/usage_setting.dart';
import 'package:profiler/plugin/contextual_profiler.dart';
import 'package:profiler/plugin/contextual_profiler_method_channel.dart';
import 'package:profiler/plugin/contextual_profiler_platform_interface.dart';
import 'package:profiler/ui/profiler_usage_dialog/profiler_usage_dialog.dart';