Can't import syncfusion package to flutter

When I try to import syncfusion package I get an error message saying Target of URI doesn't exist.




1 Reply

TP Tamilarasan Paranthaman Syncfusion Team January 24, 2022 10:39 AM UTC

Hi John, 
        We are unable to reproduce your reported issue. It's working fine at our end. This issue is replicated when you didn't add the syncfusion flutter DataGrid package into the pubspec.yaml file. We have prepared a sample for your reference also refer to the details of how to add the flutter DataGrid package to dependencies in the following UG document 
 
Code Snippet: 
dependencies: 
    syncfusion_flutter_datagrid: ^xx.x.xx 
 
 
Here, xx.x.xx is current version of syncfusion flutter DataGrid 
 
Pub package link for DataGrid widget, https://pub.dev/packages/syncfusion_flutter_datagrid  
 
Please check the above sample and revert us if you still facing the same issue? If yes, please provide the following details,  
 
1. Which Flutter channel (Stable, beta or Master) are you using?  
2. Which DataGrid version are you using? 
3. Issue replicating platform.  
 
If we misunderstood anything, please modify the above sample based on your requirement. It will be helpful for us to check on it and provide you with the solution at the earliest.    
 
Regards, 
Tamilarasan  


Loader.
Up arrow icon