Steve Rogers

Results 10 comments of Steve Rogers

Hi, I have been extremely busy with other projects not involving Flutter for a while now (need to pay the bills). But traction is increasing again so I will try...

@dbi1 I guess the first question would be have you tried it with the latest version of Flutter ? This repo is the complete flutter project

I am also seeing a similar issue. My test code is: ``` var firstObject = ParseObject('TestTrip') ..fromJson({'description': 'A test Trip 2'}); print(firstObject); var secondObject = ParseObject('TestTrip') ..set('description', 'A test trip...

@mbfakourii not sure what you mean, but I guess then the answer is no. I assume that **fromJson** does not do what I think it does - I assumed that...

Seems to have a similar issue on a Samsung Galaxy Tab 4 with Android 5.02. [ERROR] art: JNI ERROR (app bug): attempt to pass an instance of java.util.HashMap as argument...

Just tried Android app on both Emulator and physical device (Pixel 6a - Android 14) using the downloaded git repo example. Although the **GL error** does not seem to appear...

So I have managed to get round the issue I mentioned above. It seemed to me it was some form of timing issue as the GeoJson line was being drawn...

Is there an answer to the original question regarding custom location? Yes it does work if selecting a location that updates in the simulator which is fine (if in the...

@evil159 Please see my comment [ here](https://github.com/mapbox/mapbox-maps-flutter/issues/556#issuecomment-2259818329) This was tested both on the latest release version (2.1.0) and 2.2.0-beta.1 (using the git repo and repo example) and only errors on...

Stepper is now acting on LOW to HIGH, in fact now controlling 2 steppers. There was also a slight discrepancy due to the stepper motors mountings. Updating all this seems...