diff --git a/lib/constants.dart b/lib/constants.dart index a0a1bd8..ce90fc1 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,3 +1,3 @@ -final bool debugRelease = true; +final bool debugRelease = false; //final String testingServer = "https://api.covid-19.health.gov.lk/test"; final String testingServer = "https://test.covid-19.health.gov.lk/api"; diff --git a/lib/main.dart b/lib/main.dart index 6452c8a..2244129 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -72,7 +72,7 @@ class HomeScreen extends StatefulWidget { } class _HomeScreenState extends State { - static const Duration SPLASH_DURATION = Duration(seconds: 20); + static const Duration SPLASH_DURATION = Duration(seconds: 3); Widget _nextScreen; bool _isTimeoutCompleted; diff --git a/pubspec.yaml b/pubspec.yaml index db3d56d..f5cf831 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Self tracking app # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.6.0+19 +version: 1.6.0+20 environment: sdk: ">=2.1.0 <3.0.0"