rift_inspector

Pub Version License: Apache 2.0 Flutter

DevTools inspector for Rift — visually browse, query, and edit your database at runtime.

lib WebSite

Features

  • Visual Box Browser — Browse all boxes and their contents
  • Data Search — Search for specific keys and values
  • Live Editing — Edit values directly in the inspector
  • Copy to Clipboard — Copy data entries for debugging
  • DevTools Integration — Opens directly in Flutter DevTools
  • Query Builder — Build and execute queries visually
  • Box Statistics — View box size, entry count, and performance metrics
  • Data Export — Export box data to JSON for analysis

Installation

Add to your pubspec.yaml as a dev dependency:

dev_dependencies:
  rift_inspector: ^1.0.0

Usage

Using with Flutter DevTools

  1. Run your Flutter app in debug mode
  2. Open Flutter DevTools
  3. Navigate to the Rift tab
  4. Browse boxes, query data, and edit values visually

Standalone Mode

You can also run the inspector as a standalone web application:

cd rift_inspector
flutter run -d chrome

Screenshots

Coming soon...

Package Description
rift Core database library
rift_flutter Flutter integration
rift_generator Code generation for typed boxes

License

Apache License 2.0


About Author

Idris Ghamid is a software engineer and open-source contributor specializing in Flutter, Dart, and mobile development.

Connect with Idris


Made with ❤️ by Idris Ghamid