ferdinandocecchini

Results 3 comments of 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: ![image](https://user-images.githubusercontent.com/5355594/79066066-334f9600-7cb5-11ea-9614-4f2da753b19c.png)

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() =>...