floating_logger 0.1.4 copy "floating_logger: ^0.1.4" to clipboard
floating_logger: ^0.1.4 copied to clipboard

floating_logger is a Flutter library that provides a floating widget for real-time API request logs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add floating_logger
copied to clipboard

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

dependencies:
  floating_logger: ^0.1.4
copied to clipboard

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:floating_logger/floating_logger.dart';
copied to clipboard
27
likes
160
points
212
downloads
screenshot

Publisher

verified publisherwiseelevated.my.id

Weekly Downloads

2024.09.15 - 2025.03.30

floating_logger is a Flutter library that provides a floating widget for real-time API request logs.

Repository (GitHub)
View/report issues

Topics

#dio #logging #floating

Documentation

API reference

License

MIT (license)

Dependencies

dio, equatable, flutter, google_fonts

More

Packages that depend on floating_logger