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
When you try to run flutter build web --release you'll get this error:
Expected to find fonts for (MaterialIcons, SocialIcons, packages/cupertino_icons/CupertinoIcons, ..., packages/syncfusion_flutter_datagrid/UnsortIcon, packages/syncfusion_flutter_datagrid/FilterIcon), but found (MaterialIcons,
packages/icons_plus/AntDesign, packages/icons_plus/Bootstrap, ..., packages/syncfusion_flutter_datagrid/UnsortIcon, packages/syncfusion_flutter_datagrid/FilterIcon). This usually means you are referring to font families in an
IconData class but not including them in the assets section of your pubspec.yaml, are missing the package that would include them, or are missing "uses-material-design: true".
The text was updated successfully, but these errors were encountered:
When you try to run
flutter build web --release
you'll get this error:The text was updated successfully, but these errors were encountered: