-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding syncfusion_flutter_gauges package Gradle issue #699
Comments
Hi @animeshTradingswala, The Gradle issue will not happen due to updating the gauge widget. As this might be due to some Gradles missing for android. We suggest using delete your android folder in your project and creating it again and trying. If it doesn't work check the android studio and install the required things or reinstall it, this may resolve your problems. If you yet facing any issues, we request to raise the query for Gradle query in StackOverflow. Thanks, |
Again I'm facing other issue with my own system. Here is my code.... class MyHomePage extends StatefulWidget { @OverRide class _MyHomePageState extends State { Widget _getRadialGauge() { Widget _getLinearGauge() { @OverRide |
We have checked the issue that getting an exception in gradle and tried to replicate the reported in SfRadialGauge with version 24.2.4 by enabling the Axes, Needle, and annotation. However, we were unable to reproduce it on our end. Please check the attached sample, and if you are still experiencing the issue, we request that you replicate it in the attached sample and provide us with more details regarding the specific scenario in which you are encountering this issue. This will help us to assist you more effectively. |
Please reopen this ticket with requested details, if you need any assistance on this. |
While adding the lastest package of syncfusion_flutter_gauges: ^20.1.51 it shows me a error with Gradle. It shows that I have to upgrade it to Gradle 8.0.
How to solve it ?
The text was updated successfully, but these errors were encountered: