Create locals file for local configuration and testing variables. Move variable-based files to a var folder.
This commit is contained in:
3
lib/var/locals.dart.EXAMPLE
Normal file
3
lib/var/locals.dart.EXAMPLE
Normal file
@ -0,0 +1,3 @@
|
||||
// This file needs renamed `local.dart` if implemented.
|
||||
|
||||
const bool debug = false;
|
3
lib/var/secrets.dart.EXAMPLE
Normal file
3
lib/var/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