tw_logger 0.0.7 copy "tw_logger: ^0.0.7" to clipboard
tw_logger: ^0.0.7 copied to clipboard

A Flutter package for logging with database support, which can be used to log network, errors, exceptions, and debug messages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tw_logger

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

dependencies:
  tw_logger: ^0.0.7

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:tw_logger/tw_logger.dart';
2
likes
130
pub points
44%
popularity

Publisher

unverified uploader

A Flutter package for logging with database support, which can be used to log network, errors, exceptions, and debug messages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, floor, flutter, flutter_keyboard_visibility, flutter_speed_dial, grouped_list, intl, logger, sqflite

More

Packages that depend on tw_logger