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

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

4.0.0 (2023-03-19) #

BREAKING CHANGES #

  • The source file name of the Flutter package has changed; to import the Flutter package use parse_server_sdk_flutter.dart instead of parse_server_sdk.dart (#846)
  • Dependencies are upgraded to parse_server_sdk 4.x, dio 5.x, connectivity_plus 3.x and package_info_plus 3.x (#844)

Features #

  • Rename Flutter package source file to parse_server_sdk_flutter.dart (#846)
  • Upgrade various dependencies and fix warnings in Flutter package (#844)

3.1.4 (2023-03-01) #

Bug Fixes #

  • Parse SDK internal database file parse.db is accessible for app user on iOS and may be accidentally deleted (#826)

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.