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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add command_palette

With Flutter:

 $ flutter pub add command_palette

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

dependencies:
  command_palette: ^0.6.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:command_palette/command_palette.dart';
17
likes
0
pub points
73%
popularity

Publisher

verified publishertylernorbury.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, substring_highlight, woozy_search

More

Packages that depend on command_palette