-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
AmisKwok edited this page Aug 6, 2026
·
4 revisions
Add the following to your pubspec.yaml:
在 pubspec.yaml 中添加以下依赖:
dependencies:
zero_inspector_kit: ^1.3.1Then run:
然后运行:
flutter pub getAlternatively, install from GitHub:
或者从 GitHub 安装:
dependencies:
zero_inspector_kit:
git:
url: https://github.com/zero-labsco/zero_inspector_kit.git
ref: mainNo additional configuration needed.
无需额外配置。
No additional configuration needed.
无需额外配置。
import 'package:zero_inspector_kit/zero_inspector_kit.dart';| Requirement | Version |
|---|---|
| Flutter | >= 3.3.0 |
| Dart SDK | >= 3.11.0 < 4.0.0 |
- Getting Started — Quick start guide / 快速开始
- Usage — Full usage guide / 完整使用指南
- 🏠 Home
- 🚀 Getting Started
- 📦 Installation
- 📖 Usage
- 🌐 Network Inspector
- 📝 Log Viewer
- 💾 Database Viewer
- 🧭 Route Tracker
- 📊 Memory Viewer
- 🎯 FPS Viewer
- 🔔 Alerts
- ❓ FAQ