onyx-tasks/apps/flutter
Tristan Michael 95ba90d2c1 DateTimePicker: simplify onTap handler for close icon
Remove the redundant call to _done() in the close icon's onTap handler
and simplify the callback to a single-expression setState. The change
keeps behavior focused on hiding the time view (_showTime = false) and
avoids invoking _done() on close, which aligns with the intended UI flow
signaled by the task notification that the Flutter app relaunch
completed successfully.
2026-04-01 01:35:32 -07:00
..
lib DateTimePicker: simplify onTap handler for close icon 2026-04-01 01:35:32 -07:00
linux rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00
rust Settings: add WebDAV sync UI and syncing backend 2026-04-01 01:29:08 -07:00
test rename Flutter app from bevy_tasks to onyx 2026-03-31 09:47:13 -07:00
windows Settings: add WebDAV sync UI and syncing backend 2026-04-01 01:29:08 -07:00
.gitignore chore: gitignore Flutter generated plugin registrants 2026-03-31 13:35:41 -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.