You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../../../.pub-cache/hosted/pub.dev/syncfusion_flutter_xlsio-28.2.4/lib/src/xlsio/conditional_format/condition_value.dart:407:29: Error: The getter 'a' isn't defined for the class 'Color'.
'Color' is from 'dart:ui'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'a'.
return ((formatColorRgb.a * 255).toInt() << 24) |
Steps to reproduce
Try to build an app with the dependency syncfusion_flutter_xlsio: ^28.2.4
Code sample
Code sample
[Add your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Stack Traces
Stack Traces
[Add the StackTraces here]
On which target platforms have you observed this bug?
Android
Flutter Doctor output
Doctor output
[Add your output here]
The text was updated successfully, but these errors were encountered:
Bug description
../../../../../.pub-cache/hosted/pub.dev/syncfusion_flutter_xlsio-28.2.4/lib/src/xlsio/conditional_format/condition_value.dart:407:29: Error: The getter 'a' isn't defined for the class 'Color'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'a'.
return ((formatColorRgb.a * 255).toInt() << 24) |
Steps to reproduce
Try to build an app with the dependency
syncfusion_flutter_xlsio: ^28.2.4
Code sample
Code sample
[Add your code here]
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Stack Traces
Stack Traces
On which target platforms have you observed this bug?
Android
Flutter Doctor output
Doctor output
[Add your output here]
The text was updated successfully, but these errors were encountered: