widget_with_codeview icon indicating copy to clipboard operation
widget_with_codeview copied to clipboard

encouterred AssetManifest issue

Open adoontheway opened this issue 2 years ago • 0 comments

: Error: 'AssetManifest' is imported from both 'package:flutter/src/services/asset_manifest.dart' and 'package:google_fonts/src/asset_manifest.dart'. google_fonts_base.dart:14 import 'asset_manifest.dart'; ^^^^^^^^^^^^^

: Error: 'AssetManifest' is imported from both 'package:flutter/src/services/asset_manifest.dart' and 'package:google_fonts/src/asset_manifest.dart'. google_fonts_base.dart:32 AssetManifest assetManifest = AssetManifest();

i think this might be the google_font issue, maybe you should try upgrade the google_font from 3.0 to the latest one. i saw the solution on other repo : Error: 'AssetManifest' is imported from both 'package:flutter/src/services/asset_manifest.dart'

adoontheway avatar May 21 '23 03:05 adoontheway