onyx-tasks/apps/flutter
Tristan Michael be65d0e714 feat(flutter): add move, rename, grouping, file watcher
Rust API: add move_task, rename_list, set/get_group_by_due_date,
watch_workspace_changes (stream-based via StreamSink) with notify
crate. Self-change suppression via mute_watcher().

Dart frontend: moveTask, renameList, setGroupByDueDate in AppState.
Move-to bottom sheet in TaskDetailView. Rename dialog and group-by-
due-date toggle in list context menu. File watcher stream subscription
on workspace load/switch.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 13:28:17 -07:00
..
lib feat(flutter): add move, rename, grouping, file watcher 2026-03-31 13:28:17 -07:00
linux rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00
rust feat(flutter): add move, rename, grouping, file watcher 2026-03-31 13:28:17 -07:00
test rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00
windows rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00
.gitignore feat(flutter): add project scaffold and Linux runner 2026-03-31 07:02:51 -07:00
.metadata feat(flutter): add Windows platform support 2026-03-31 09:17:50 -07:00
analysis_options.yaml feat(flutter): add project scaffold and Linux runner 2026-03-31 07:02:51 -07:00
flutter_rust_bridge.yaml feat(flutter): add project scaffold and Linux runner 2026-03-31 07:02:51 -07:00
pubspec.lock feat(flutter): add Windows platform support 2026-03-31 09:17:50 -07:00
pubspec.yaml rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00
README.md rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00

onyx

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.