DPLYR-dev / SplashScreenFlutterPackage

A small splashscreen used as intro for flutter applications easily with a lot of customizations ❤️🥳
MIT License
294 stars 122 forks source link

Column's children must not contain any null values, but a null value was found at index 2 #67

Closed keanallen closed 3 years ago

keanallen commented 3 years ago

` The following assertion was thrown building SplashScreen(dirty, state: _SplashScreenState#3fceb): Column's children must not contain any null values, but a null value was found at index 2

The relevant error-causing widget was SplashScreen lib\main.dart:54 When the exception was thrown, this was the stack

0 new MultiChildRenderObjectWidget.

package:flutter/…/widgets/framework.dart:1922

1 new MultiChildRenderObjectWidget

package:flutter/…/widgets/framework.dart:1929

2 new Flex

package:flutter/…/widgets/basic.dart:4136

3 new Column

package:flutter/…/widgets/basic.dart:4704

4 _SplashScreenState.build

package:splashscreen/splashscreen.dart:266 ...

`

keanallen commented 3 years ago

My bad! The title must me declared 😅 Closing this now.