alice_open_file 1.0.2
alice_open_file: ^1.0.2 copied to clipboard
Alice interceptor with open_file support instead of open_filex.
🚀 Play Store Policy Safe Fork #
❌ Removed #
|
✅ Replaced With #
|
Avoids unnecessary Android file access permissions and helps prevent Google Play Store policy issues during app upload.
| ✅ No unnecessary permission declarations | ✅ Cleaner Play Console review | ✅ Better Android policy compatibility |
Alice #
Alice is an HTTP Inspector tool for Flutter which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI. It is inspired from Chuck and Chucker.
|
|
|
|
|
|
|
|
|
|
|
|
Supported Dart http client plugins:
- Dio
- HttpClient from dart:io package
- Http from http/http package
- Chopper
- Generic HTTP client
Features:
✔️ Detailed logs for each HTTP calls (HTTP Request, HTTP Response)
✔️ Inspector UI for viewing HTTP calls
✔️ Save HTTP calls to file
✔️ Statistics
✔️ Notification on HTTP call
✔️ Support for top used HTTP clients in Dart
✔️ Error handling
✔️ Shake to open inspector
✔️ HTTP calls search
✔️ Flutter/Android logs
✔️ ObjectBox storage
Documentation #
You can find documentation here.