anadea_flutter_loggy 1.4.0
anadea_flutter_loggy: ^1.4.0 copied to clipboard
Anadea flutter loggy package. An package extention for the loggy package with various integrations such as dio, routing and flutter_bloc.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add anadea_flutter_loggyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
anadea_flutter_loggy: ^1.4.0Alternatively, 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:anadea_flutter_loggy/anadea_flutter_loggy.dart';