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

discontinued

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

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

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

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