Add a secrets file for storing API keys and such.
This commit is contained in:
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";
|
Reference in New Issue
Block a user