Create locals file for local configuration and testing variables. Move variable-based files to a var folder.

This commit is contained in:
2025-04-25 08:19:41 -07:00
parent c2537f78cd
commit d8cc22ce80
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
// This file needs renamed `local.dart` if implemented.
const bool debug = false;

View File

@ -0,0 +1,3 @@
// This file needs renamed `secrets.dart` and filled out properly if implemented.
final openWeatherKey = "abc123";