• Jonah Williams's avatar
    [flutter_tools] do not include material icon incorrectly (#58335) · 4845df90
    Jonah Williams authored
    If a dependency specified uses-material-design: true and the main pubspec specifies uses-material-design: false, then the MaterialIcons font would be included in the font manifest, but not in the AssetManifest or final bundle. Remove it from the FontManifest if this occurs
    4845df90
asset_bundle_test.dart 15.1 KB