keyscope library
Keyscope Library Export
This file exposes the core widgets, repositories, and models of Keyscope. It allows the Pro/Enterprise version or other packages to consume the core functionality of Keyscope as a library.
Classes
- BasicConnectionRepository
-
OSS VersionDefault implementation of ConnectionRepository - ConnectionConfig
- Represents the configuration for a single Redis/Valkey connection.
- ConnectionDialog
- ConnectionRepository
- Abstract class defining the contract for connection operations.
- HomeScreen
- The main screen of the application. This widget is a child of MaterialApp, so it can access MaterialLocalizations.
- KeyDetail
- Key Detail DTO
- KeyscopeApp
- The root widget of the application. Responsible for setting up the MaterialApp, Theme, and Routing.
Properties
-
connectionRepositoryProvider
→ Provider<
ConnectionRepository> -
A global provider for ConnectionRepository.
final