Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dzikrul1616/flutter_floating_logger
- Owner: dzikrul1616
- License: mit
- Created: 2025-01-28T04:02:45.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T05:03:39.000Z (2 days ago)
- Last Synced: 2025-01-28T05:19:30.097Z (2 days ago)
- Topics: curl, dart, flutter, json, logger, rest-api
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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