parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
573 stars 188 forks source link

Version 5.1.2 compile problems #958

Closed hello96 closed 1 year ago

hello96 commented 1 year ago

New Issue Checklist

Issue Description

It's not possible to build a project when the SDK is installed. I think it should be something related to latest Dart versions, but I'm not sure.

Steps to reproduce

  1. Create an empty flutter application;
  2. Import latest parse sdk version (currently 5.1.2);
  3. Call Parse().initialize()

Actual Outcome

image

Expected Outcome

To work :)

Environment

Parse Flutter SDK

Server

Logs

image

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

GIovaB6 commented 1 year ago

Yeah, i've the same problem

codakkk commented 1 year ago

I'm encountering the same issue, right now

mbfakourii commented 1 year ago

It seems to be from Dio, I will check

Piyush-e7 commented 1 year ago

Yeah, I have the same problem

mbfakourii commented 1 year ago

Thank you @AlexV525, the problem has been solved on the dio side. I am waiting for the new version of dio. Please use the old versions until the new version thanks

mbfakourii commented 1 year ago

@hello96 @GIovaB6 @codakkk @Piyush-e7

Has the problem been solved?

mbfakourii commented 1 year ago

Bug solved