flutter-buddy-website/lib/var/config.EXAMPLE.dart

6 lines
194 B
Dart

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