Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Hi, i got 

_CastError (type 'CastList' is not a subtype of type 'Uint8List' in type cast) when adding picture (List<int>) using addStream()

This happen on syncfusion_flutter_xlsio 20.4.50-beta

But, it work on syncfusion_flutter_xlsio-20.4.44-beta

I notice 

20.4.50-beta casting imageData as 
Uint8List while
 20.4.44-beta didn't cast, as you can see in the pictures below.

Thanks