套件概覽
Alice 是一個用於 Flutter 應用程式的除錯工具,可檢視 HTTP 請求與回應。它會攔截網路流量,儲存資料,並提供簡單的使用者介面來檢視詳細的請求與回應資訊,包含標頭、內容與時間戳記。非常適合開發人員排除 API 整合問題或在開發過程中分析網路行為。該工具可透過 pub add 輕鬆整合,並支援 Android 與 iOS 平台。
適用情境
- 除錯 API 呼叫
- 檢查請求/回應負載
- 監控網路效能
- 測試後端整合
- 即時 HTTP 日誌記錄
主要特色
- Real-time HTTP request interception
- Simple and intuitive UI
- Supports headers and body inspection
- Cross-platform (Android & iOS)
- Easy integration with Flutter apps
適合對象
- Flutter developers
- API testers
- Mobile app debuggers
- Frontend engineers
- Dev teams using HTTP clients
使用建議
- Not intended for production use
- May impact performance in debug mode
- Requires manual activation
- Limited to HTTP traffic only
- UI not customizable
