Add a secrets file for storing API keys and such.

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

3
.gitignore vendored
View File

@ -242,3 +242,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
# Do not post secrets!
secrets.dart

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";