offline_logger 0.0.1 copy "offline_logger: ^0.0.1" to clipboard
offline_logger: ^0.0.1 copied to clipboard

Offline-first logging and crash reporting SDK for Flutter apps

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_logger

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

dependencies:
  offline_logger: ^0.0.1

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:offline_logger/offline_logger.dart';
2
likes
130
points
90
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline-first logging and crash reporting SDK for Flutter apps

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

archive, connectivity_plus, device_info_plus, dio, flutter, hive, hive_flutter, package_info_plus, uuid

More

Packages that depend on offline_logger