an_console 0.0.1 copy "an_console: ^0.0.1" to clipboard
an_console: ^0.0.1 copied to clipboard

A developer can fully customize the console content, which can be used to display logs on the UI, serve as an app configuration center, and more functionalities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add an_console

With Flutter:

 $ flutter pub add an_console

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

dependencies:
  an_console: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:an_console/an_console.dart';
0
likes
0
pub points
41%
popularity

Publisher

verified publisheraymtools.com

A developer can fully customize the console content, which can be used to display logs on the UI, serve as an app configuration center, and more functionalities.

Homepage
Repository (GitHub)
View/report issues

Topics

#console #vconsole

License

unknown (license)

Dependencies

collection, flutter, intl, linked_scroll_controller, shared_preferences

More

Packages that depend on an_console