ObjectBox Admin UI Launcher
A VS Code extension that makes it easy to access the ObjectBox Admin UI when debugging Flutter applications.
Features
- Automatically detects when ObjectBox Admin UI becomes available during debug sessions
- Shows a status bar item for quick access to the Admin UI
- Automatically handles port forwarding for Android devices
- Displays notifications when the Admin UI is ready to use
Images


Requirements
- Visual Studio Code 1.85.0 or higher
- ADB (Android Debug Bridge) installed and available in PATH when debugging on Android devices
- Flutter project with ObjectBox integration
Usage
- Start debugging your Flutter application
- When ObjectBox Admin UI becomes available, you'll see:
- A notification with an "Open" button
- A database icon in the status bar
- Click either the notification or the status bar icon to:
- Automatically set up port forwarding (if needed)
- Open the ObjectBox Admin UI in your default browser
Extension Settings
This extension contributes the following commands:
objectbox-admin-launcher.openAdmin : Opens the ObjectBox Admin UI in your default browser
Known Issues
- ObjectBox Admin UI works only for android devices. It is not supported for iOS as of now.
- Make sure ADB is installed and available in your PATH when debugging on Android devices
- The extension requires the ObjectBox Admin UI to be enabled in your Flutter application
Release Notes
0.0.2
Initial release:
- Auto-detection of ObjectBox Admin UI
- Status bar integration
- Automatic port forwarding
- Notification system
| |