nconsole 1.3.0 copy "nconsole: ^1.3.0" to clipboard
nconsole: ^1.3.0 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.3.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:nconsole/nconsole.dart';
2
likes
130
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

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