-
**Describe the bug**
multiple where on null return partial filtering
**To Reproduce**
```
QuerySnapshot qs = await Firestore.instance
.collection(collectionName)
.where('us…
-
Hello !
I'm trying to setup dart-json-mapper with a ld+json api.
API side of serialization could return a string or an object for any relation in my model. See examples below :
```
{
iri:…
yobud updated
4 years ago
-
Just a quick question: We are using the package "dart_json_mapper" but there seems to be no way to create a generic instance of a List: https://github.com/k-paxian/dart-json-mapper#iterable-types
W…
-
Dart rolls into Flutter have been failing since this PR
https://github.com/flutter/engine/pull/18046
The errors show up in felt_test under the web_engine tests, initially the error was
https://…
-
Hi, thanks for this nice library.
In one application, everything was running fine and perfect when I was developing. Had several model classes, all perfect.
But problems started arriving when I…
-
## Bug report
I tried to use fetchSignInMethodsForEmail because i wanna know if there's already a user with that email, i believe that's the right aproach to this, at least i expected to get a empty …
-
```Because dart_json_mapper >=1.3.3 depends on intl ^0.16.1 and every version of flutter_localizations from sdk depends on intl 0.16.0, dart_json_mapper >=1.3.3 is incompatible with flutter_localizati…
-
```flutter_localizations from sdk depends on intl 0.16.0, dart_json_mapper >=1.3.3 is incompatible with flutter_localizations from sdk.```
-
Hello,
Thank you again for the great package.
I have a list of list coming from API as in the following picture.
![image](https://user-images.githubusercontent.com/31016182/73772868-4f006280…
-
# Preliminary Info
iOS channels registered successfully, and using the airship test push and send to specific device works.
Android channels are registered successfully, but device does not receive …