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 ceff869 commit 84c26cbCopy full SHA for 84c26cb
lib/screens/splash_screen.dart
@@ -17,7 +17,7 @@ class _SplashState extends State<Splash> {
17
void initState() {
18
super.initState();
19
Timer(
20
- Duration(seconds: 2),
+ Duration(seconds: 1),
21
() => Navigator.push(
22
context, MaterialPageRoute(builder: (_) => HomeScreen())));
23
}
0 commit comments