mtc-jed
mtc-jed
This is a known behaviour on (Android as in, this is something done by Android itself) but it can be reset. This is what is needed here and I would...
Any updates ? Has this even been seen ?
Forgot to put this here, but using `forceAndroidLocationManager: true` gets me new data every time (it does the calculation for a new position). I believe this is because `AndroidLocationManager` doesn't...
@florissmit1 Very nice. If possible without too much trouble, expose the intervalDuration argument in the getCurrentPosition function, as this could be a useful tool to work around potential problems/restrictions/whatever in...
@florissmit1 Having more parameters is always a good thing in my book, as long as they are properly documented. In this instance, naming it `androidIntervalDuration` would probably be clear enough...
Hi, just adding this to the pile of stuff : the font-family "Tahoma" isn't taken into account. Is this because Tahoma isn't supported ? If so, how can I add...
Running this code on a Flutter release app : ```dart void testMap() { var num = 'five'; print(DateTime.now()); for(int i = 0; i < 1000000; i++) { var res =...
Yeah, I know. Main use case is "I came in later/sooner, but I still did the same amount of time". So you just put the right starting time and you're...
On request of @mraleph and following discussion from [#46754](https://github.com/dart-lang/sdk/issues/46754) with @gmpassos and @mkustermann , here is a proposal : `SendPort.sendPointer(Object)`. This method would send a pointer to the `Object`. `Object`...