Anindya Chatterjee
Anindya Chatterjee
:+1: Any time line for this feature? Could not connect to my company's mail account due to device policy. I think that is the majority case. IMO it is a...
It has been over a year. Is there any news for it?
My database is used as an embedded database mainly in android. It is mainly being used as a POJO store. The db marshalls the POJO into a Map entry. Each...
@parthrajharshadbhaipanchal Thanks for your contributions. I see there are build issues in your PR. Could you please resolve those first?
I could not merge this PR as there are build issues. But I have merged the new test cases you have added. Thanks for the contributions.
Yes you are right. These are legacy code which was not cleaned up properly.
Apart from json dart does not have very good options for serialization.. It would be nice to have fury support for dart as multi language serialization framework. Main constraint is...
@fscarponi could you please clarify my concern above before I work on this PR?
Closing this PR for lack of activity. Feel free to reopen for further changes.
@1gnoramus you can add a check if the button is already mounted, before adding the dialog button to eliminate the assertion error ```dart if (!dialogButton.isMounted) { add(dialogButton); } ```