ferdinandocecchini
ferdinandocecchini
Yes, it happens even with a normal start. I've just launched Android Studio, started the IOS Simulator and click on Run button and this is the result: 
I made some small changes to the code like: - custom background color - The Image parameter can be any type of image (.asset, .networkimage, ...) - you can enter...
Here is a code that generate the error (excuse me if it's too long, but it's fully functional) : import 'package:flutter/material.dart'; import 'package:rflutter_alert/rflutter_alert.dart'; import 'dart:math'; import 'package:animated_splash/animated_splash.dart'; void main() =>...