anadea_flutter_loggy 1.6.2 anadea_flutter_loggy: ^1.6.2 copied to clipboard
Anadea flutter loggy package. An package extension 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_loggy
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
anadea_flutter_loggy: ^1.6.2
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:anadea_flutter_loggy/anadea_flutter_loggy.dart';