fpv999
fpv999
This worked for me, for the same problem: ``` validator: (s) => validator( controller.value ), onChanged: (dt) { controller.value = dt; ```
what's the purpose of using TextEditingController when we should pass value by initialValue ?
I know what you mean, I had very similar situation. Data is loaded from the storage, and date field is updated some milliseconds after UI widget is initialized. So I...
because Apple is testing apps in IPv6 network!
> I just solved it by adding the internet permission (``) to the AndroidManifest (all of them). > Hope it helps, guys. Adding Android permission to iOS app won't solve...
https://medium.com/@mhalitk/test-ipv6-compatibility-of-ios-application-360d6a33bd23
but DNS addresses can be cached in local DNS servers.
that's bad. Local DNS resolving can work on cached addresses sometimes.
because Apple is testing apps in IPv6 network only, thus IPv4 IP addresses do not work.
I think it's related to #802, because provided sample code is using streamed file.