Wox/wox.ui.flutter/wox
qianlifeng d6a2af6f94
feat(system): add ID field to SysCommand and update command handling
* Introduced an `ID` field to the `SysCommand` struct for better command identification.
* Updated command initialization in `Init` method to include unique IDs for each command.
* Modified context data handling to use `CommandID` instead of `CommandTitle` for command lookup.
* Enhanced error messages to reflect the use of command IDs.
2025-07-31 00:33:15 +08:00
..
.vscode Refactor plugin host 2024-12-22 22:24:04 +08:00
assets/fonts Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
lib feat(system): add ID field to SysCommand and update command handling 2025-07-31 00:33:15 +08:00
linux feat(ui): rename ui application to `wox-ui` across platforms 2025-07-27 21:57:49 +08:00
macos feat(ui): rename ui application to `wox-ui` across platforms 2025-07-27 21:57:49 +08:00
windows feat(ui): rename ui application to `wox-ui` across platforms 2025-07-27 21:57:49 +08:00
.gitignore Refactor plugin host 2024-12-22 22:24:04 +08:00
.metadata feat(ai): add timeout protection for MCP tool listing 2025-06-03 21:14:28 +08:00
Makefile feat(ui): rename ui application to `wox-ui` across platforms 2025-07-27 21:57:49 +08:00
README.md Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
analysis_options.yaml Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00
pubspec.lock feat(ui): update flutter dependencies 2025-05-22 20:40:48 +08:00
pubspec.yaml feat(ui): update flutter dependencies 2025-05-22 20:40:48 +08:00

README.md

wox

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.