Marco Geremias
Marco Geremias
This is the Flutter log when it happens: ``` W/ActivityThread( 759): handleWindowVisibility: no activity for token android.os.BinderProxy@8740688 D/PhoneWindow( 759): forceLight changed to true [] from com.android.internal.policy.PhoneWindow.updateForceLightNavigationBar:4238 com.android.internal.policy.DecorView.updateColorViews:1507 com.android.internal.policy.PhoneWindow.dispatchWindowAttributesChanged:3216 android.view.Window.setFlags:1148 com.android.internal.policy.PhoneWindow.generateLayout:2444...
Hey, thank you for this awesome repository. In the link bellow is shown how we can get the remoteAddress, but how can I get the port of the client. http://socketo.me/docs/server
I don't know why this error is occurring and I don't know how to reproduce it because this error does not happen every time... OS: iOS Flutter 2.8.0 • channel...
It isn't the better way to create an authentication method, but works and it is the fastest...
Let's suppose the structure below of a Viewmodel ``` import 'package:dio/dio.dart'; import 'package:flutter/foundation.dart'; import 'package:injectable/injectable.dart'; @Injectable() class MyViewmodel { final name = ValueNotifier(null); bool _initialized = false; Future initialize() async...
I'm actually *really* confuse about which version I have to inform in the --target arg. See what I get running the command below... `$ nw-gyp rebuild --target=0.13.0 --arch=x64` Produces: ```...
Some of PSR's HTTP maybe are applicable to the Suitup request and response over controller. Maybe the methods getRequest and getResponse should be available. https://www.php-fig.org/psr/psr-17/ https://www.php-fig.org/psr/psr-7/ https://www.php-fig.org/psr/psr-15/ https://www.php-fig.org/psr/psr-18/
This psr defines the methods get and has and maybe it is a good idea to use this psr specification there
For now the file AbstractGateway stands with methods get, update, insert, and delete but these methods contents must to be inside the right adapter file, so Mysql update may be...