nconsole

Last updated:

0 purchases

nconsole Image
nconsole Images
Add to Cart

Description:

nconsole

nconsole #
A library for show log in console
Getting Started #

Installation #
App desktop download NConsole
flutter pub add nconsole
copied to clipboard
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,
});
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.