fdb_helper 1.6.4
fdb_helper: ^1.6.4 copied to clipboard
Helper package for fdb (Flutter Debug Bridge). Registers VM service extensions for widget interaction, SharedPreferences access, and app data cleanup.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fdb_helperThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fdb_helper: ^1.6.4Alternatively, 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:fdb_helper/fdb_helper.dart';