parse_server_sdk_flutter 3.1.3 copy "parse_server_sdk_flutter: ^3.1.3" to clipboard
parse_server_sdk_flutter: ^3.1.3 copied to clipboard

Flutter plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)

3.1.3 (2022-07-09) #

Bug Fixes #

  • old version of connectivity_plus package (#717)
  • dependency package_info_plus does not work in web (#714)
  • missing plugin exception, no implementation found for method getAll (#712)

3.1.2 (2022-05-30) #

Refactors #

  • fix analyzer code style warnings (#733)

3.1.1 (2022-05-29) #

Bug Fixes #

  • update example app to use Android embedding v2 (#722) (e092189)

3.1.0 (2021-06-28) #

Bug Fixes #

  • General improvements
  • Updated dependencies

3.0.0 (2021-04-14) #

Bug Fixes #

  • Stable null safety release

2.1.0 (2021-02-18) #

BREAKING CHANGES #

  • Changed to HTTP method POST for login
  • Change in progress callback for file upload

Features #

  • Option to use ParseHTTPClient (default) or ParseDioClient (slow on Flutter Web)
  • Added method excludeKeys to exclude specific fields from the returned query

Bug Fixes #

  • General improvements
  • Updated dependencies

2.0.1 (2020-10-24) #

Bug Fixes #

  • Fixed network exceptions (#482)

2.0.0 (2020-10-13) #

First official release. From this release onwards the previous repository has been separated into a pure dart (parse_server_sdk) and a flutter package (parse_server_sdk_flutter). This was done in order to provide a dart package for the parse-server, while keeping maintenance simple. You can find both packages in the package directory.