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.

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,
  });
}
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