We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca757b commit 32eff79Copy full SHA for 32eff79
lib/app/view/app.dart
@@ -81,7 +81,7 @@ class _AppViewState extends State<_AppView> {
81
AppStatus _currentAppStatus = AppStatus.initial;
82
83
// Minimum splash duration
84
- static const _minSplashDuration = Duration(seconds: 2);
+ static const _minSplashDuration = Duration(seconds: 3);
85
86
@override
87
void initState() {
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: ht_main
2
description: main headlines toolkit mobile app.
3
-version: 0.43.0
+version: 0.43.2
4
publish_to: none
5
repository: https://github.com/headlines-toolkit/ht-main
6
environment:
0 commit comments