Flutter examples do not work with 1.9 version of flutter SDK

The document says
The minimum Flutter SDK version required for our component is v1.7.8

but when I tried to compile it with 1.9 version of flutter SDK for IOS, it complains

MacBook-Pro:Samples XXXX$ flutter pub get
The current Flutter SDK version is 1.9.1+hotfix.6.                      
                                                                        
Because flutter_examples depends on path_provider >=1.5.1 which requires Flutter SDK version >=1.10.0 <2.0.0, version solving failed.

Any idea how to fix this?

Thanks

1 Reply

SK Sriram Kiran Senthilkumar Syncfusion Team April 27, 2020 10:18 AM UTC

Hi Sam, 

 
Thanks for your interest with Syncufsion Flutter widgets. We have analyzed your scenario and we would like to let you know that, our widgets will work with the v1.7.8 when you create an individual sample. For your convenience, we have attached the chart widget individual sample which is working fine with v1.7.8.  
Our flutter-examples(https://github.com/syncfusion/flutter-examples) project which depends on some third party packages such as path_provider, url_launcher etc. which needs flutter SDK version ranges above 1.10.0. This is the reason for the reported scenario. Thus, you can use the version from 1.10.0 for using the flutter-examples project. 
  
Thanks, 
Sriram Kiran. 


Loader.
Up arrow icon