command_palette_kit 0.1.0 copy "command_palette_kit: ^0.1.0" to clipboard
command_palette_kit: ^0.1.0 copied to clipboard

Command palette (Alfred/Zed style) for Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add command_palette_kit

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

dependencies:
  command_palette_kit: ^0.1.0

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:command_palette_kit/command_palette_kit.dart';
1
likes
160
points
55
downloads

Documentation

API reference

Publisher

verified publisher1telenk0v.space

Weekly Downloads

Command palette (Alfred/Zed style) for Flutter apps.

Homepage

Topics

#command-palette #shortcuts #search #flutter

License

MIT (license)

Dependencies

equatable, flutter, flutter_bloc

More

Packages that depend on command_palette_kit