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.

nconsole #

A library for show log in console

Getting Started #

Demo NConsole

Installation #

App desktop download NConsole

flutter pub add nconsole

Usages #

import 'package:nconsole/nconsole.dart';

void main() {
  if (Platform.isAndroid) {
    NConsole.setUri("ip_address");
  }
  NConsole.isEnable = true;

  NConsole.log('Hello, World!');
  NConsole.log("data--->", {
    "name": "alex",
    "old": 12,
  });
}
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