syncfusion / flutter-widgets

Syncfusion Flutter widgets libraries include high quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base.
1.55k stars 756 forks source link

[SfCharts] Build error when running with Flutter 3.24.1 #2041

Open Wizzel1 opened 2 weeks ago

Wizzel1 commented 2 weeks ago

Bug description

I am getting an error when trying to run my app with flutter 3.24.1 and fvm.

I am using charts version ^26.2.11.

I tried flutter clean but that didn't solve the issue.

Steps to reproduce

Install 3.24.1 via fvm. Install syncfusion_flutter_charts: ^26.2.11 Run the project

Screenshots or Video

Screenshots / Video demonstration Bildschirmfoto 2024-08-28 um 14 45 50

On which target platforms have you observed this bug?

iOS

Flutter Doctor output

Doctor output ```console [✓] Flutter (Channel stable, 3.24.1, on macOS 14.6.1 23G93 darwin-arm64, locale de-DE) [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/to/macos-android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use `flutter config --android-sdk` to update to that location. [✓] Xcode - develop for iOS and macOS (Xcode 15.4) [✓] Chrome - develop for the web [!] Android Studio (not installed) [✓] VS Code (version 1.92.2) ```
GalimzyanovDanil commented 2 weeks ago

We have same issue. Please resolve it)

Ramzes5614 commented 2 weeks ago

The same problem

ThilipChandru commented 2 weeks ago

Hi @Wizzel1, @Ramzes5614 , @GalimzyanovDanil

The reported issue arises because the Flutter SDK was upgraded to version 3.24.0 on August 6, 2024, while our packages are currently compatible with Flutter SDK version 3.22.3. We almost completed evaluating the compatibility and feasibility of updating our packages to work with the latest Flutter version, 3.24.0. We plan to make our packages compatible and include them in our Volume 3 main release, which is expected to be rolled out in the second week of September. In the meantime, we kindly request that you use Flutter SDK version 3.22.3 when working with our syncfusion_flutter_charts package.

Regards, S Thilip Chandru.

Macacoazul01 commented 1 week ago

@ThilipChandru do you have any updates on this issue? We're waiting to change our app to flutter 3.24.0 because of syncfusion libraries.

ThilipChandru commented 4 days ago

Hi all,

Thank you for your patience. We have upgraded our Flutter Charts package to be compatible with Flutter SDK 3.24.0. We kindly request you to upgrade Flutter Charts to the latest version.

Charts: https://pub.dev/packages/syncfusion_flutter_charts/versions/26.2.14

Regards, Thilip Chandru.