onyx-tasks/apps/flutter
Tristan Michael e1eba4cb83 feat(flutter): add Windows platform support
Add Windows runner files from flutter create, lower Dart SDK
constraint to ^3.11.1 for compatibility, and remove native
border/shadow on Windows since the OS provides it.
2026-03-31 09:17:50 -07:00
..
lib feat(flutter): add widgets — title bar, task item, detail view, new task, date picker 2026-03-31 07:03:12 -07:00
linux feat(flutter): add project scaffold and Linux runner 2026-03-31 07:02:51 -07:00
rust feat(flutter): add Rust bridge backend and generated bindings 2026-03-31 07:02:58 -07:00
test feat(flutter): add Windows platform support 2026-03-31 09:17:50 -07:00
windows feat(flutter): add Windows platform support 2026-03-31 09:17:50 -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 feat(flutter): add Windows platform support 2026-03-31 09:17:50 -07:00
README.md feat(flutter): add project scaffold and Linux runner 2026-03-31 07:02:51 -07:00

bevy_tasks

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.