Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions rules/hot_reload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
trigger: glob
globs: *.dart
description: Proactively connect to apps and hot reload
---

Whenever you make edits to any Dart or Flutter files in this project:
1. Proactively connect to the running application using the `dtd` tool and its subcommands. Make sure to read the schema for this tool.
2. Trigger a hot reload using the `hot_reload` tool to push the changes immediately.
3. If no app is running, inform the user but do not let it stop you from completing the code edits.
Loading