command_palette 0.1.0
command_palette: ^0.1.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 Flutter:
$ flutter pub add command_paletteThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
command_palette: ^0.1.0Alternatively, 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';