an_console 0.2.0 copy "an_console: ^0.2.0" to clipboard
an_console: ^0.2.0 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.2.0

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';
1
likes
0
points
25
downloads

Publisher

verified publisheraymtools.com

Weekly Downloads

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