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

Redis, Valkey, and Dragonfly GUI with built-in multilingual support for global users.

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 Flutter:

 $ flutter pub add keyscope

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

dependencies:
  keyscope: ^0.8.2

Alternatively, your editor might support 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
160
points
399
downloads

Publisher

verified publisherkeyscope.dev

Weekly Downloads

Redis, Valkey, and Dragonfly GUI with built-in multilingual support for global users.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

args, flutter, flutter_localizations, flutter_riverpod, keyscope_client

More

Packages that depend on keyscope