Skip to content

João Paulo @little_oak (Gamedev & IT Consultant) Posts

FutureBuilder gerando navegação em segundo plano no meu app, por que ocorre esse “bug”?

class Algo extends StatefulWidget {   @override   _AlgoState createState() => _AlgoState(); }   class _AlgoState extends State<Algo> {   // declarando a variável Future   Future<String> x;     @override   void initState() {   // inicializando o objeto da…

Leave a Comment

Emulator: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) Android Emulation kill OR /dev/kvm permission denied

3 Solutions: 1 – change type emulation to SOFTWARE (device settings),2 – if your environment usage dedicated VGA or integrated VGA with acceleration try enable…

Leave a Comment

How to Solve unexpectedly Error 500 (Timeout) PHP + FastCGI + IIS 7 (Windows 7/8/10/2008/2012 server)

I could found some links that could help you. The problem is the activityTimeout of your cgi module. Increase fastCgi / PHP activityTimeout in IIS7…

Leave a Comment