log_pixie

Last updated:

0 purchases

log_pixie Image
log_pixie Images
Add to Cart

Description:

log pixie

log_pixie #

Description #
log_pixie is a flutter devtool extension to show logs of your application during development.
Demo #

Installation #
flutter pub add log_pixie
copied to clipboard
Note #
Eventhough you are adding this to you app's dependency, it will only work in debug mode.
Also you might be asked to enable the devtool after adding it to your project.
Usage #
Import log_pixie into your project
import 'package:log_pixie/log_pixie.dart';
copied to clipboard
There are four available methods to log
LogPixie.logInfo(String message, [Map<String, String>? data])
LogPixie.logError(String error, [StackTrace? stackTrace])
LogPixie.logWarning(String warning, [Map<String, String>? data])
LogPixie.logNetwork(Map<String, dynamic>? data)
copied to clipboard
Also following http interceptors are available to add to your http client of choice
PixieDioInterceptor();
copied to clipboard
If you are using http package then use HttpInterceptor from this project to create the client or you can directly use LogPixie.logNetwork(Map<String, dynamic>? data) method
Contributing #
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the log_pixie GitHub repository.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.