fwdebug_flutter 1.5.0 copy "fwdebug_flutter: ^1.5.0" to clipboard
fwdebug_flutter: ^1.5.0 copied to clipboard

Flutter debugging libraray, wrapper for talker_flutter, inspector, FWDebug and so on, to facilitate development and testing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fwdebug_flutter

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

dependencies:
  fwdebug_flutter: ^1.5.0

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:fwdebug_flutter/fwdebug_flutter.dart';
1
likes
140
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter debugging libraray, wrapper for talker_flutter, inspector, FWDebug and so on, to facilitate development and testing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, inspector, native_dio_adapter, package_info_plus, plugin_platform_interface, shared_preferences, talker, talker_bloc_logger, talker_dio_logger, talker_flutter, talker_logger, talker_riverpod_logger

More

Packages that depend on fwdebug_flutter

Packages that implement fwdebug_flutter