Add var for number of seconds between data refreshes. Rename locals file to config and also end example files in .dart
.
This commit is contained in:
5
lib/var/config.EXAMPLE.dart
Normal file
5
lib/var/config.EXAMPLE.dart
Normal file
@ -0,0 +1,5 @@
|
||||
// This file needs renamed `local.dart` when implemented.
|
||||
|
||||
// Project-wide configuration variables for both testing and production.
|
||||
const bool debug = false;
|
||||
const int limitRefreshSeconds = 60;
|
Reference in New Issue
Block a user