Thomas K

Results 27 comments of Thomas K

For me, the same. This makes it quite impossible to do layer separation, since you will get the error. I could somehow solve it, but when doing tests of the...

Just let the timer finish and then try to restart the controller timer with the corresponding function. Page with Timer and a button for the reset. After the timer is...

Strange thing, I can build with the higher version on my machine, but on codemagic it fails with the same error Same Flutter and plugin version

I think the real issue (I use 34 already) is the change to Java 17 I try it currently if it works, if I upgrade my project to JAVA 17

Are there any updates? Can the _version field be added manually, or will this cause other issues?

Would be good, to get an approximate timeline for the feature. I think a mix of Native App and Web for the Backend is a common topic. Since Datastore and...

@haverchuck please some information. We go online soon. Would be nice, to know the way and if I have to go with the problematic workaround in production.

@BrandowBuenos I used for web the API library. But now I have two solutions and no data stored in the web version. But I can use the same GraphQl interface...

@BrandowBuenos I use injectable with two different flags to switch between two libraries (API and Datastore) with one interface. My web app shares the backend, but has a different fronted,...

@BrandowBuenos ``` final request = ModelQueries.list( EquipmentEntry.classType, where: queryPredicate, ); final response = await Amplify.API.query(request: request).response; ``` Don't forget to go through all pages of the result, this was an...