Add a secrets file for storing API keys and such.

This commit is contained in:
2025-04-25 07:52:19 -07:00
parent ee116bed8d
commit 8cc609ff4e
2 changed files with 6 additions and 0 deletions

3
lib/secrets.dart.EXAMPLE Normal file
View File

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