keyscope 0.8.1 copy "keyscope: ^0.8.1" to clipboard
keyscope: ^0.8.1 copied to clipboard

Redis, Valkey, and Dragonfly GUI with multi-language support. Supports Cluster, Sentinel, SSH/TLS. Powered by keyscope_client, the high-performance Dart SDK.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate keyscope

Use it

The package has the following executables:

$ keyscope

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keyscope

With Flutter:

 $ flutter pub add keyscope

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  keyscope: ^0.8.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:keyscope/keyscope.dart';
1
likes
0
points
399
downloads

Publisher

verified publisherkeyscope.dev

Weekly Downloads

Redis, Valkey, and Dragonfly GUI with multi-language support. Supports Cluster, Sentinel, SSH/TLS. Powered by keyscope_client, the high-performance Dart SDK.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

args, flutter, flutter_localizations, flutter_riverpod, keyscope_client

More

Packages that depend on keyscope