Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 925 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 925 Bytes

2.0.3+3

  • upgarding dependancies
  • fix for iOS build errors
  • fixes for breaking changes from 2.0.3 for stream builders
  • added a bug-fix for supporting stream builders

2.0.2

  • added support for filtering documents strictly/easily with respect to radius

2.0.1+1

  • bumped up the versions of kotlin-plugin and gradle.
  • Support for GeoPoints nested inside the firestore document

2.0.0

  • 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.

1.0.2

  • Refactored code to adhere to best practices(again)

1.0.1

  • Refactored code to adhere to best practices

1.0.0

  • Initial Release