yusuf afandi

Results 8 comments of yusuf afandi

@xrb21 I make a pull request for this issue #30

@xrb21 I make a pull request for this issue #30

I think you must do it manually, You can run some sql script at the beginning of the game.

My script for update. I want to update my screenshot.isUploaded to true. `Screenshot ret = _connection.Table ().Where (x => x.isUploaded == false).First (); ret.isUploaded = true; _connection.Update (ret);`

@RutananaArnold I've experienced this before, and managed to fix the issue. The issue of this problem is you are using controller before the map is ready (adding static geo point...

@Fintasys @liodali here is my code. ``` MapController? controller; void initState() { //Getting centroid point via some algorithm //Generating city point that I need to render to the maps. Future.delayed(Duration.zero,...