oppware

Results 11 comments of oppware

Why don't you just store an integer micro- or milliseconds?

> > Why don't you just store an integer micro- or milliseconds? > > Well, that's basically what I do for now. I have a seperate class implementing 'duration' with...

Not sure what you mean by you would need two constructors? You can have you int minutes field in your class which the class stores the value for and then...

As far as i know Isar can only constructors without required argument... so only one constructor but in the body you fill the Duration class and in your setter "e.g....

Have you watch one of the tutorials? [https://isar.dev/tutorials/quickstart.html#other-resources](https://isar.dev/tutorials/quickstart.html#other-resources) It's all in there 🤷🏼‍♂️

It is not my product nor my documentation...I was just trying to help. And generating a *.g.dart file and including it in your class file is not an isar "thing",...

I have the same issue for flutter -> iOS! A simple update() of the annotation makes them disappear. Works fine for android but not iOS. How can something as simple...

I have found a workaround! pointAnnotation.iconImage is set to a random string which looks like some sort of uuid and regarding to the doc `/// The bitmap image for this...

> I'm also experiencing the same problem on iOS. After calling update the marker disappears. I tried the workaround but it's not working for me. Could you get around the...

reading the latets update notes for v1.0.0... _Fix point annotation image disappearing after update on iOS._ This problem should be fixed. haven't tried it yet though.