Tarek Mohamed Abdalla
Tarek Mohamed Abdalla
Fixes: #390 I had to add a method that gets the object value `String val() => 'gender';` to get around the previous behavior where gender/plural objects has other objects inside...
This is a fix for #278 . hash equality won't work if the object doesn't ovrride the hash method.
``yy_modelIsEqual: `` returns false if models haven't implemented hash function. ``yy_modelIsEqual: `` returns ``NO`` on [NSObject+YYModel.m#LL1753!](https://github.com/ibireme/YYModel/blob/master/YYModel/NSObject%2BYYModel.m#L1753) and this won't work since hash returns the value of the memory address if...
 We should move to API 2.0 before the end of the year
Export individual cards from CardBrowser ## Pull Request template ## Purpose / Description > Following upstream, I believe it would be nice to be able to select card(s) in the...
### Description The original issue report is documented in [firebase/flutterfire#12538](https://github.com/firebase/flutterfire/issues/12538). The behavior observed aligns with the patterns described in the aforementioned issue. Detailed steps to reproduce this behavior are provided...
Merge #208 first ----
Merge #189 first
Thank you very much for this great tool. I noticed an issue with new lines handling In markdown new lines must be specified with 2 (or more) consecutive lines. so...