command_palette 0.7.6 copy "command_palette: ^0.7.6" to clipboard
command_palette: ^0.7.6 copied to clipboard

Flutter implementation of a Command Palette. Can be brought up via a keyboard shortcut.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add command_palette

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

dependencies:
  command_palette: ^0.7.6

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/command_palette.dart';
20
likes
150
points
34
downloads

Publisher

verified publishertylernorbury.com

Weekly Downloads

Flutter implementation of a Command Palette. Can be brought up via a keyboard shortcut.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, substring_highlight, woozy_search

More

Packages that depend on command_palette