Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[syncfusion_flutter_xlsio] The getter 'a' isn't defined for the class 'Color'. #2277

Open
darkstarx opened this issue Feb 8, 2025 · 0 comments
Labels
open Open xlsIO XlsIO component

Comments

@darkstarx
Copy link

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'.

  • '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 Stack Traces here]

On which target platforms have you observed this bug?

Android

Flutter Doctor output

Doctor output
[Add your output here]
@VijayakumarMariappan VijayakumarMariappan added xlsIO XlsIO component open Open labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open Open xlsIO XlsIO component
Projects
None yet
Development

No branches or pull requests

2 participants