- BREAKING CHANGE: == and hashCode behaves differently in collection and == operations for GeoFirePoint fixes #162
- Updated example - add button for testing Stream, fixed minor issues.
- Fixed unwrapping Object returned by Firestore
- Updated dependencies, DarshanGowda0#158 (contributor https://github.com/xmany )
- Removes suspicious GeoFireCollectionRef.data(id) method. Resolves #113
- Updated example
- Added null safety.
- Updated example app
- upgraded dependencies, latest before Flutter 2.0 and null safety
- upgraded dependencies
- fixed breaking changes
- would not be able to access data using
doc.data['distance']
anymore
- upgraded dependencies
- fix for iOS build errors
- fixes for breaking changes from 2.0.3 for stream builders
- added a bug-fix for supporting stream builders
- added support for filtering documents strictly/easily with respect to radius
- bumped up the versions of kotlin-plugin and gradle.
- Support for GeoPoints nested inside the firestore document
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
- reverted to flutter stable channel from master.
- Refactored code to adhere to best practices(again)
- Refactored code to adhere to best practices
- Initial Release