dante 0.0.3 copy "dante: ^0.0.3" to clipboard
dante: ^0.0.3 copied to clipboard

outdated

a simple logger for your flutter apps, inspired by the best poetrydartdoc Dante

DANTE #

style: ficcanaso

Introduction #

a simple logger for your flutter apps, inspired by the best poetry: Dante

Install #

dev_dependencies:
    dante: ^0.0.2

Usage #

import 'package:dante/dante.dart';

Dante.info('Lorem ipsum dolor sit amet');
📜 🖋  🍀 Dante.I  ⏰ 2021-09-21 21:01:56.302863
      Lorem ipsum dolor sit amet

Dante.debug('consectetur adipiscing elit');
📜 🖋  🍀 Dante.D  ⏰ 2021-09-21 21:01:56.317250
      consectetur adipiscing elit

Dante.warning('sed do eiusmod tempor incididunt');
📜 🖋  🍀 Dante.W  ⏰ 2021-09-21 21:01:56.317566
      sed do eiusmod tempor incididunt

Dante.error('ut labore et dolore magna aliqua');
📜 🖋  🍀 Dante.E  ⏰ 2021-09-21 21:01:56.317876
      ut labore et dolore magna aliqua
4
likes
0
pub points
7%
popularity

Publisher

verified publisherdavidebolzoni.com

a simple logger for your flutter apps, inspired by the best poetrydartdoc Dante

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dante