// This version must be updated in tandem with the pubspec version. const String kAppVersion = '0.0.1'; const int kMaxRecordsPerApiPage = 5000; const int kMillisecondsToRefreshData = 1000 * 60 * 15; // 15 minutes