Tyler Norbury
Tyler Norbury
resolves #292 Adds the ability to read the RSSI of a connected device. While the issue did ask for an RSSI stream I decided to go with just a Future...
Seeing as we allow the palette to be opened by a mouse click, we should also allow the instructions to function as button, to allow greater mouse support. Namely: *...
### Discussed in https://github.com/TNorbury/command_palette/discussions/15 Originally posted by **karniv00l** July 6, 2022 Hi 👋 I think it would be nice to be able to categorize actions with something like a `section`....
Allow for support of a list of recent actions to be displayed at the top of the options list. - [ ] Parameter to indicate if a recents list is...
Take the following set of code: ```dart @MappableRecord() typedef Foo = ({Direction dir, bool flag}); @MappableEnum() enum Direction { left, right, } @MappableClass() class MyClass with MyClassMappable { final Foo...