cloud_firestore_platform_interface 5.5.8 copy "cloud_firestore_platform_interface: ^5.5.8" to clipboard
cloud_firestore_platform_interface: ^5.5.8 copied to clipboard

unlisted

A common platform interface for the cloud_firestore plugin.

5.5.8 #

  • REFACTOR: migrate from hash* to Object.hash* (#8797). (3dfc0997)
  • REFACTOR: use "firebase" instead of "FirebaseExtended" as organisation in all links for this repository (#8791). (d90b8357)

5.5.7 #

  • Update a dependency to the latest release.

5.5.6 #

  • REFACTOR: fix analyzer issues introduced in Flutter 3.0.0 (#8655). (b05d7fa1)

5.5.5 #

  • Update a dependency to the latest release.

5.5.4 #

  • Update a dependency to the latest release.

5.5.3 #

  • Update a dependency to the latest release.

5.5.2 #

  • DOCS: Fix method name typo in code documentation (#8291). (7b4e06db)

5.5.1 #

  • FIX: update all Dart SDK version constraints to Dart >= 2.16.0 (#8184). (df4a5bab)

5.5.0 #

  • FEAT: refactor error handling to preserve stack traces on platform exceptions (#8156). (6ac77d99)

5.4.13 #

  • FIX: Export enum LoadBundleTaskState from Platform Interface package. (#8027). (7fa461e4)

5.4.12 #

  • Update a dependency to the latest release.

5.4.11 #

  • Update a dependency to the latest release.

5.4.10 #

  • REFACTOR: fix all unnecessary_import analyzer issues introduced with Flutter 2.8. (7f0e82c9)

5.4.9 #

  • Update a dependency to the latest release.

5.4.8 #

  • Update a dependency to the latest release.

5.4.7 #

  • Update a dependency to the latest release.

5.4.6 #

  • Update a dependency to the latest release.

5.4.5 #

  • Update a dependency to the latest release.

5.4.4 #

  • Update a dependency to the latest release.

5.4.3 #

  • Update a dependency to the latest release.

5.4.2 #

  • Update a dependency to the latest release.

5.4.1 #

  • Update a dependency to the latest release.

5.4.0 #

  • STYLE: enable additional lint rules (#6832).
  • FEAT: override ==/hashCode for Firestore Queries (#6797).

5.3.0 #

  • FEAT: useFirestoreEmulator(host, port) API for firestore (#6428).

5.2.0 #

  • FEAT: useFirestoreEmulator(host, port) API for firestore (#6428).

5.1.2 #

  • Update a dependency to the latest release.

5.1.1 #

  • Update a dependency to the latest release.

5.1.0 #

  • FEAT: loadBundle() & namedQueryGet() implementation (#6037).

5.0.1 #

  • DOCS: Add missing homepage/repository links (#6054).
  • CHORE: publish packages (#6022).
  • CHORE: publish packages.

5.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: convert FieldPath parameters from dynamic to Object (#5997).

4.0.3 #

  • Update a dependency to the latest release.

4.0.2 #

  • Update a dependency to the latest release.

4.0.1 #

  • Update a dependency to the latest release.

4.0.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

4.0.0-1.0.nullsafety.2 #

  • FIX: Fix type issue. (#5081).
  • FIX: Fixed crashes due to null Settings (#5031).

4.0.0-1.0.nullsafety.1 #

  • TESTS: update mockito API usage in tests

4.0.0-1.0.nullsafety.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: migrate to NNBD (#4780).

3.0.1 #

  • Update a dependency to the latest release.

3.0.0 #

Note: This release has breaking changes.

  • FEAT: Move Snapshot handling into a EventChannel (#4209).
  • BREAKING REFACTOR: remove all currently deprecated APIs (#4594).

2.2.1 #

  • Update a dependency to the latest release.

2.2.0 #

  • FEAT: migrate firebase interop files to local repository (#3973).
  • CHORE: publish packages.
  • CHORE: publish packages.

2.1.3 #

  • Update a dependency to the latest release.

2.1.2 #

  • FIX: bubble exceptions (#3701).
  • FIX: fix returning of transaction result (#3747).

2.1.1 #

  • FIX: typo in code comments (#3655).
  • DOCS: remove updateBlock reference in Firestore docs (#3728).

2.1.0 #

  • FIX: check for Stream existence before sending event (#3435).
  • FEAT: add a [] operator to DocumentSnapshot, acting as get() (#3387).
  • DOCS: Fixed docs typo (#3471).

2.0.1 #

  • Fixed 2 race conditions. (#3251)
    • When a snapshot stream unsubscribes, the Dart Stream is removed at the same time an async request to remove the native listener is sent. In some cases, an event is sent from native before the native listener has been removed, but after the Dart Stream is removed, causing an assertion error.
    • If a widget updates in a very short period of time, the onCancel stream handler is called pretty much straight away. Since setting up the stream handler takes longer than removing, in some edge cases it's trying to remove a listener which hasn't been created.

2.0.0 #

  • See cloud_firestore plugin changelog.

1.1.2 #

  • Update lower bound of dart dependency to 2.0.0.

1.1.1 #

  • Fixed formatting in the CHANGELOG.

1.1.0 #

  • Updated FieldValueFactoryPlatform to use generics.
  • FieldValuePlatform no longer extends PlatformInterface.
  • MethodChannelFieldValue no longer extends FieldValuePlatform and supports equality comparison.
  • Fixed the file name of a test.

1.0.1 #

  • Make the pedantic dev_dependency explicit.

1.0.0 #

  • Created Platform Interface