🏠 Home

Zero Inspector Kit

A powerful Flutter plugin for in-app developer console, providing real-time debugging tools including network request inspection, logging, error aggregation, database viewing, and route tracking.

一个功能强大的 Flutter 插件,提供应用内开发者控制台,包括网络请求检查、日志记录、异常聚合、数据库查看和路由追踪。

✨ Features / 功能特性

FeatureDescription
Zero InvasionIntegrate with 1 line of code / 一行代码集成
Network InspectorReal-time HTTP request viewing (http + Dio) / 实时网络请求查看
Log ViewerAuto-capture print()/debugPrint() and third-party logs / 自动捕获日志
ErrorsAggregate & dedupe crashes by type + stack, with count and first/last seen / 按类型+堆栈去重聚合崩溃,记录次数与首末次时间
Database ViewerSQLite inspection with table data / 数据库查看
Memory ViewerTrend chart, Dart Heap, Native memory, leak detection (incl. Flutter MemoryAllocations bridge) / 内存趋势图、Dart Heap、Native 内存、泄漏检测(含官方 MemoryAllocations 桥接)
FPS MonitorReal-time FPS, jank rate, trend chart / 实时 FPS、卡顿率、趋势图
Route TrackerNavigation history tracking / 路由追踪
Session TimelineUnified view of network/logs/errors/routes/alerts by time, with ±N-second focus / 网络/日志/异常/路由/告警按时间归并,支持 ±N 秒聚焦
Session PersistenceLogs/network/errors survive restarts via a disk ring buffer; logs & errors replay on launch; one-tap session archive export / 日志/网络/异常通过磁盘环形缓冲跨重启保留,启动时回放日志与异常;一键导出会话存档
AlertsRule-based alerts (network/log/memory/FPS) with unread badge / 基于规则的告警(网络/日志/内存/FPS)与未读角标
Sensitive Masking & cURLMask secrets on export; one-click cURL copy; batch ops / 导出遮蔽敏感字段、一键复制 cURL、批量操作
Fuzzy SearchSearch in all viewers / 各查看器模糊搜索
Cross-platformAndroid, iOS / 跨平台支持

📚 Table of Contents / 目录

PageDescription
Getting StartedQuick start guide / 快速开始
InstallationHow to install / 安装方式
UsageDetailed usage / 详细使用
Network InspectorNetwork request viewing / 网络检查器
Log ViewerLog capturing and viewing / 日志查看器
ErrorsAggregated error viewing / 异常聚合查看
Database ViewerDatabase inspection / 数据库查看器
Route TrackerRoute tracking / 路由追踪
TimelineUnified session timeline / 统一会话时间线
Memory ViewerMemory monitoring & leak detection / 内存监控与泄漏检测
FPS ViewerFPS monitoring & jank detection / FPS 监控与卡顿检测
AlertsRule-based alerting / 基于规则的告警
ConfigurationConfiguration options / 配置说明
Custom Database ProviderExtend database support / 自定义数据库提供者
FAQFrequently asked questions / 常见问题

📄 License / 许可证

This project is licensed under the GNU General Public License v3.0.

本项目采用 GNU General Public License v3.0 许可证。

This plugin is provided “as is”, without warranty of any kind. The author assumes no responsibility or liability for the functionality, security, or any consequences arising from the use of modified versions or derivative projects.

本插件按”原样”提供,不提供任何担保。作者不对修改版或衍生项目的功能、安全性及任何使用后果承担责任。