- Warning fixes in
getDataInArea
- Added parameters to
QueryConstraint
:arrayContainsAny
,whereIn
andwhereNotIn
.
- Null safety version
- Bump
cloud_firestore
and fix deprecated properties
- Bump
cloud_firestore
version to 0.12.9+6,
- updated logo in readme
- Bump
cloud_firestore
version to 0.11.0+2,
- Bump up the version to use cloud_firestore 0.9.0,
- add arrayContains of constraints
- Fix in handling client side filters
- Fix of typo clientSite <-> clientSide
- Added:
/// [serverSideConstraints] : If you need some serverside filtering besides the [Area] pass a list of [QueryConstraint]
/// [serverSideOrdering] : If you need some serverside ordering you can pass a List of [OrderConstraints]
To getDataInArea()
- Updated dependency to cloud_firestore 0.8.0##
buildQuery
now accepts a Query as data source, before only DocumentCollections were possible.
getDataInArea
now accepts a Query as data source, before only DocumentCollections were possible.
- Fixed a bug in distance calculation.
- If you provide a
datalocationAccessor
togetDataInArea
the results are not additionally filtered so that you only get places within the given radius not in a square. Also some bug fixes.
- Breaking changes in naming of Area members and adding more functions
##[1.0.0] - 30.06.2018
- Initial release.