nconsole 1.2.1 copy "nconsole: ^1.2.1" to clipboard
nconsole: ^1.2.1 copied to clipboard

A package to help you debug your Flutter app on the fly.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nconsole

With Flutter:

 $ flutter pub add nconsole

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

dependencies:
  nconsole: ^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:nconsole/nconsole.dart';
2
likes
0
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

A package to help you debug your Flutter app on the fly.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypton, encrypt, fast_rsa, flutter, nghinv_device_info, web_socket_channel

More

Packages that depend on nconsole