an_console 0.1.1 copy "an_console: ^0.1.1" to clipboard
an_console: ^0.1.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 Flutter:

 $ flutter pub add an_console

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

dependencies:
  an_console: ^0.1.1

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:an_console/an_console.dart';
0
likes
130
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.

Repository (GitHub)
View/report issues

Topics

#console #vconsole

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, intl, linked_scroll_controller, shared_preferences

More

Packages that depend on an_console