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

discontinued

GUI for Redis, Valkey, Dragonfly, and Google Memorystore.

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.9.0

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';
2
likes
0
points
519
downloads

Publisher

verified publisherkeyscope.dev

Weekly Downloads

GUI for Redis, Valkey, Dragonfly, and Google Memorystore.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

args, flutter, flutter_localizations, flutter_riverpod, keyscope_client, shared_preferences, uuid

More

Packages that depend on keyscope