A flutter plugin to show a Ctrl + K style command bar.
TODO: Add readme.
❗ In order to start using Clever Commandbar you must have the Flutter SDK installed on your machine.
Add clever_commandbar
to your pubspec.yaml
:
dependencies:
clever_commandbar:
Install it:
flutter packages get