flutter_kbar 1.0.0 copy "flutter_kbar: ^1.0.0" to clipboard
flutter_kbar: ^1.0.0 copied to clipboard

A composable, keyboard-first command palette for Flutter desktop and web, with nested actions, fuzzy search and multi-key shortcuts. A port of kbar.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_kbar

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

dependencies:
  flutter_kbar: ^1.0.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:flutter_kbar/flutter_kbar.dart';
3
likes
160
points
180
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A composable, keyboard-first command palette for Flutter desktop and web, with nested actions, fuzzy search and multi-key shortcuts. A port of kbar.

Homepage
Repository (GitHub)
View/report issues

Topics

#command-palette #keyboard-shortcuts #search #desktop #ui

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on flutter_kbar