Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dzikrul1616/flutter_floating_logger

floating_logger is a Flutter library that provides a floating widget for real-time API request logs. It allows developers to monitor API fetch responses and easily copy the corresponding curl request for testing or debugging, making it an essential tool for efficient development and debugging.
https://github.com/dzikrul1616/flutter_floating_logger

curl dart flutter json logger rest-api

Last synced: 1 day ago
JSON representation

floating_logger is a Flutter library that provides a floating widget for real-time API request logs. It allows developers to monitor API fetch responses and easily copy the corresponding curl request for testing or debugging, making it an essential tool for efficient development and debugging.

Awesome Lists containing this project

README

        

# [COMING SOON!]

# floating_logger 🚀

**`floating_logger`** is a Flutter library designed to help developers debug and test API calls with ease. It provides a floating widget that allows you to monitor API requests in real-time and even **copy the curl command** for quick testing. Perfect for anyone who wants to streamline the development and debugging process! ⚡

## Features ✨

- **Floating Widget**: Displays real-time API request logs in a floating widget that you can move around your screen 📱
- **Curl Copy**: Easily copy the curl command for any API request to use in testing or debugging 📝
- **Real-time Monitoring**: Keep track of all fetch API responses without leaving your app 🕵️‍♂️
- **Perfect for Development**: A must-have tool for developers to speed up the debugging and API testing process ⚙️

## Installation 🔧

To get started, add `floating_logger` to your `pubspec.yaml`:

```yaml
dependencies:
floating_logger: ^latest_version