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. |
||
|---|---|---|
| .. | ||
| lib | ||
| linux | ||
| rust | ||
| test | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| flutter_rust_bridge.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
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.