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

unlistedoutdated

A common platform interface for the cloud_firestore plugin.

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
8
likes
60
points
1.07M
downloads

Publisher

verified publisherfirebase.google.com

Weekly Downloads

A common platform interface for the cloud_firestore plugin.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, firebase_core, flutter, meta, plugin_platform_interface

More

Packages that depend on cloud_firestore_platform_interface