flutter_w_log 0.0.9 copy "flutter_w_log: ^0.0.9" to clipboard
flutter_w_log: ^0.0.9 copied to clipboard

A logging framework developed in fluent provides a fast and simple logging solution. All logs are saved to the database and can be exported as local files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_w_log

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

dependencies:
  flutter_w_log: ^0.0.9

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:flutter_w_log/flutter_w_log.dart';
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A logging framework developed in fluent provides a fast and simple logging solution. All logs are saved to the database and can be exported as local files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path, path_provider, sembast, sembast_web, stack_trace, xxtea

More

Packages that depend on flutter_w_log