Add a secrets file for storing API keys and such.
This commit is contained in:
parent
ee116bed8d
commit
8cc609ff4e
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
3
lib/secrets.dart.EXAMPLE
Normal file
@ -0,0 +1,3 @@
|
||||
// This file needs renamed `secrets.dart` and filled out properly if implemented.
|
||||
|
||||
final openWeatherKey = "abc123";
|
Loading…
x
Reference in New Issue
Block a user