onyx-tasks/apps/flutter
Tristan Michael 8983a1b632 feat(flutter): add UI animations, fix resize overflow, polish menus
- Fix resize overflow by replacing AnimatedPositioned/AnimatedContainer
  with OverflowBox + AnimatedSlide (transform-based, no layout reflow)
- Add slide-up animation for new task toast using AnimationController
- Add fade+scale animation for settings screen overlay
- Add fade+scale animation for kebab menu in task detail view
- Convert workspace switcher from inline dropdown to floating popup
  menu with fade+scale animation and hover states
- Add hover highlights to workspace menu items and fix kebab menu
  hover highlights extending to edges
- Add drawer shadow casting onto main content when open
- Standardize all transition durations to 150ms
- Skip custom border/resize zones on Windows (native frame suffices)
2026-03-31 09:18:02 -07:00
..
lib feat(flutter): add UI animations, fix resize overflow, polish menus 2026-03-31 09:18:02 -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.