agora_debug_panel 1.0.0
agora_debug_panel: ^1.0.0 copied to clipboard
A lightweight Flutter panel for collecting and inspecting Agora RTC runtime events, stats, and logs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add agora_debug_panelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
agora_debug_panel: ^1.0.0Alternatively, 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:agora_debug_panel/agora_debug_panel.dart';