an_console

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

an console

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.

void main() {
WidgetsFlutterBinding.ensureInitialized();

//必须在WidgetsFlutterBinding.ensureInitialized 之后使用
AnConsole.instance.addConsole('Conf', DebugConfig());
AnConsole.instance.addConsole('DebugDemo', DebugDemo());
// 加入任何你自定义的widget,并且给他一个title

runApp(const MyApp());

//放在runApp之后也可以
}


copied to clipboard
See example for detailed test
case.
Additional information #
If you encounter issues, here are some tips for debug, if nothing helps report
to issue tracker on GitHub:

License

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

Files:

Customer Reviews

There are no reviews.