ferry_flutter 0.3.1 copy "ferry_flutter: ^0.3.1" to clipboard
ferry_flutter: ^0.3.1 copied to clipboard

outdated

Flutter widgets for the Ferry GraphQL client

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

[0.3.1] - 2020-11-09 #

Changed #

  • bump ferry version

[0.3.0] - 2020-10-10 #

Added #

  • Operation widget. This can be used with Queries, Mutations, or Subscriptions

Removed #

  • Query widget. Use Operation widget instead
  • Mutation widget. Use Operation widget instead

[0.2.2] - 2020-09-03 #

Updated #

  • use latest version of ferry

[0.2.1] - 2020-08-31 #

Updated #

  • use latest version of ferry

[0.2.0] - 2020-08-24 #

Updated #

  • use latest version of ferry
  • only emit distinct OperationResponses from response stream

[0.1.0+1] - 2020-06-09 #

Updated #

  • bump versions

[0.1.0] - 2020-05-10 #

Added #

  • initial release as an independent package