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!>
Thanks for joining our community and helping improve Syncfusion products!
As of 1.12, web support is available on the flutter's beta channel. The plugin current throw an error while building application for web version. It seem that the problem is some classes name crashed.
Here is the error message:
Error compiling dartdevc module:syncfusion_flutter_charts|lib/charts.ddc.js
packages/syncfusion_flutter_charts/src/circular_chart/utils/helper.dart:22:9: Error: Expected 0 type arguments.
final Point<double> innerRadiusStartPoint = Point<double>(
^^^^^
packages/syncfusion_flutter_charts/src/circular_chart/utils/helper.dart:22:47: Error: 'Point' is imported from both 'dart:math' and 'dart:ui'.
final Point<double> innerRadiusStartPoint = Point<double>(
^^^^^
packages/syncfusion_flutter_charts/charts.dart:7:1: Error: 'Point' is imported from both 'dart:math' and 'dart:ui'.
import 'dart:ui';
^^^^^
packages/syncfusion_flutter_charts/src/circular_chart/utils/helper.dart:25:9: Error: Expected 0 type arguments.
final Point<double> innerRadiusEndPoint = Point<double>(
^^^^^
packages/syncfusion_flutter_charts/src/circular_chart/utils/helper.dart:25:45: Error: 'Point' is imported from both 'dart:math' and 'dart:ui'.
final Point<double> innerRadiusEndPoint = Point<double>(
^^^^^
packages/syncfusion_flutter_charts/src/circular_chart/utils/helper.dart:29:9: Error: Expected 0 type arguments.
final Point<double> radiusStartPoint = Point<double>(
^^^^^
packages/syncfusion_flutter_charts/src/circular_chart/utils/helper.dart:29:42: Error: 'Point' is imported from both 'dart:math' and 'dart:ui'.
final Point<double> radiusStartPoint = Point<double>(
^^^^^
AssetNotFoundException: syncfusion_flutter_charts|lib/charts.ddc.js
Failed after 5.5s
Finished with error: Failed to build application for the Web.
to switch to flutter
channel and create a new project. Then, build the example at