We are getting below error when trying to compile a custom widget that utilizes High Charts. The dependencies I'm using are 'high_chart: ^2.1.0' and 'js: ^0.7.1'.
"Error while running 'flutter pub get' while checking custom widgets and actions. Please try again, and if the problem persists, ensure that the dependencies in the 'pubspec.yaml' file are correctly configured."
Can you please check why we are getting this error even though we have added the correct dependencies and its correctly added to 'pubspec.yaml' file also?
I have written the above code after mentioning the required dependencies that HighChart needs to run itself on flutterflow. I checked pubspec.yaml also and it has the newly added dependencies. I even tried to use old versions of highcharts but still nothing is working. If I remove this widget from compiling, then compilation works. This code is working fine when we tried to run locally in a POC project based on flutter.
Did you check FlutterFlow's Documentation for this topic?