realm_live_debugger 1.0.5
realm_live_debugger: ^1.0.5 copied to clipboard
A Live, Real-Time Realm Database Inspector & Debugger Client for Flutter. Connects to the server dashboard.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add realm_live_debuggerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
realm_live_debugger: ^1.0.5Alternatively, 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:realm_live_debugger/realm_live_debugger.dart';