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

i am using flutter 3.13.9 and it it showing this error #2085

Open
mimoislam opened this issue Sep 20, 2024 · 0 comments
Open

i am using flutter 3.13.9 and it it showing this error #2085

mimoislam opened this issue Sep 20, 2024 · 0 comments
Labels
charts Charts component open Open

Comments

@mimoislam
Copy link

Bug description

i am using flutter 3.13.9 and it it showing this error and some other textScanle and other errors Can Someone help ?
even when i use new version still the same error

Steps to reproduce

  1. Flutter version 3.13.9
  2. add last version of syncfusion_flutter_core
  3. relanch app error

Code sample

Code sample
Expanded(child:  SfCartesianChart(
            primaryXAxis: CategoryAxis(),
            primaryYAxis: NumericAxis(),
            series: [
              ColumnSeries<UserTypeOrders, String>(
                dataSource: userTypesOrders,
                xValueMapper: (UserTypeOrders orders, _) => orders.type.toFriendlyString(),
                yValueMapper: (UserTypeOrders orders, _) => orders.totalOrders,
                pointColorMapper: (UserTypeOrders orders, _) => getColorForUserType(orders.type),
                dataLabelSettings: DataLabelSettings(isVisible: true),
              ),
            ],
            tooltipBehavior: TooltipBehavior(enable: true),
          ),
          ),

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]
Screenshot 2024-09-20 072114

Stack Traces

Stack Traces

On which target platforms have you observed this bug?

Windows

Flutter Doctor output

Doctor output
[Add your output here]

pub.dev/syncfusion_flutter_charts-26.2.14/lib/src/charts/utils/helper.dart(76,35): error GF7CA4DBF: Couldn't find constructor 'TextScaler.linear'.
pub.dev/syncfusion_flutter_charts-26.2.14/lib/src/charts/utils/helper.dart(76,17): error GC6690633: No named parameter with the name 'textScaler'.
pub.dev/syncfusion_flutter_core-26.2.14/lib/src/theme/theme_widget.dart(123,47): error G4127D1E8: The getter 'surfaceContainerHighest' isn't defined for the class 'ColorScheme'.
pub.dev/syncfusion_flutter_core-26.2.14/lib/src/theme/theme_widget.dart(148,47): error G4127D1E8: The getter 'surfaceContainerHighest' isn't defined for the class 'ColorScheme'.

@VijayakumarMariappan VijayakumarMariappan added charts Charts component open Open labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
charts Charts component open Open
Projects
None yet
Development

No branches or pull requests

2 participants