You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+60-1Lines changed: 60 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ flutter_dotenv is a Flutter/Dart package that loads configuration at runtime fro
4
4
5
5
Always reference these instructions first and fallback to search or bash commands only when you encounter unexpected information that does not match the info here.
6
6
7
+
## Quick Reference
8
+
9
+
**Essential Commands (run in repository root):**
10
+
```bash
11
+
flutter pub get # Install dependencies (30-90s, timeout: 120s+)
0 commit comments