Oliver Brunsmann

Results 27 comments of Oliver Brunsmann

> Try setting `GameWidget`'s `autofocus` property to false. Unfortunately this did not help :( The text field has focus (cursor blinking) but not reacting to my keyboard typings.

Is it already known in which release the fix will be included?

We are also interested in using Nakama in production with Flutter. Flutter becomes more and more interesting also for 2D-Game development (e.g. https://flame-engine.org). Thank you @Allan-Nava for your first try...

Yes we are still puzzling over a build script - but we are getting much closer and not much is missing. I'll let you know when I have a working...

Hey Guys, we finished a pure dart version for Nakama: https://pub.dev/packages/nakama Not yet supporting 100% of the gRPC API but more is coming day per day :)

@aboedo Fully got it, thanks for your explanation! Makes sense for me, though of course the promotion of "real lifetime" entitlements for e.g. some special users would be a nice...

> I just use this to get lat and lng: > > ``` > double latitude = placeDetails!.result.geometry!.location.lat > double longitude = placeDetails!.result.geometry!.location.lng > ``` Have you used this on...

When calling `NFC.isNDEFSupported` on an android phone with NFC support but disabled NFC in settings the method returns false. After enabling NFC in settings the method returns true.

@knappu ehhh.. sorry that was a Typo. Of course you are Right. I corrected my answer. But this is the expected behavior for me. Android suggests to add the _uses-feature_...

Okay... is't not compatible without passing explicit column name to aggregate function 👀 ``` ->count('created_at') // otherwise fails ```