일모도원(日暮途遠) 개발자

[Flutter오류수정] Error: 'AssetManifest' is imported from both 본문

Flutter/오류수정

[Flutter오류수정] Error: 'AssetManifest' is imported from both

달님개발자 2023. 10. 28. 21:58

 

../../../../../.pub-cache/hosted/pub.dev/google_fonts-3.0.1/lib/src/google_fonts_base.dart:14:1: Error: 'AssetManifest' is imported from both 'package:flutter/src/services/asset_manifest.dart' and 'package:google_fonts/src/asset_manifest.dart'.
import 'asset_manifest.dart';
^^^^^^^^^^^^^

 

위와 같은 에러가 나오면... google_fonts를 최신껄로 업데이트 해보자.

google_fonts: ^4.0.4