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

outdated

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

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.1 - 2022-06-09 #

Added #

  • allow the setting of size (height, width) and position (top, bottom, left, right) of the command palette modal via the CommandPaletteConfig class

0.4.0 - 2022-06-09 #

Changed #

  • Support Flutter 3

0.3.1 - 2022-06-09 #

Fixed #

  • specify supported platforms explicitly
  • use kIsWeb to stop error from being thrown when platform is checked

0.3.0 - 2022-02-26 #

Changed #

  • Change default alignment of action text to better support all screen sizes

Fixed #

  • Remove ListView padding that was creating blank spaces on smaller screens
  • On-screen virtual keyboards that don't have a proper enter button were unable to select an action. This should be fixed now

0.2.0 - 2022-02-03 #

Changed #

  • Flutter 2.10.0
  • BREAKING: The configuration for the command palette is now set by a CommandPaletteConfig object that is passed to the CommandPalette constructor. To migrate, wrap all the arguments in the CommandPalette constructor that aren't actions, child, or key, in a CommandPaletteConfig constructor and pass that to the config argument
  • Now using a fuzzy search implementation. This should improve search results. This also includes an improved sub-string highlighter. Expect the behavior to be the same as VSCode's command palette, as the logic is an adaptation of what's used there.

0.1.1 - 2021-11-03 #

Fixed #

  • command palette state is now reset upon closure of palette

0.1.0 - 2021-11-03 #

Added #

  • initial release
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