fdb_helper 1.2.1 copy "fdb_helper: ^1.2.1" to clipboard
fdb_helper: ^1.2.1 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 Dart:

 $ dart pub add fdb_helper

With Flutter:

 $ flutter pub add fdb_helper

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

dependencies:
  fdb_helper: ^1.2.1

Alternatively, your editor might support dart pub get or 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';
0
likes
0
points
651
downloads

Publisher

verified publisherappflate.io

Weekly Downloads

Helper package for fdb (Flutter Debug Bridge). Registers VM service extensions for widget interaction, SharedPreferences access, and app data cleanup.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path_provider, shared_preferences

More

Packages that depend on fdb_helper