nconsole 1.0.6 copy "nconsole: ^1.0.6" to clipboard
nconsole: ^1.0.6 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 Flutter:

 $ flutter pub add nconsole

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

dependencies:
  nconsole: ^1.0.6

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:nconsole/nconsole.dart';
0
likes
120
pub points
46%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypton, encrypt, fast_rsa, flutter, nghinv_device_info, web_socket_channel

More

Packages that depend on nconsole