회사에서 플러터 앱 버전을 웹으로 구동시키는 프로젝트를 진행중인데
Warning: In index.html:37: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template token instead. See https://docs.flutter.dev/platform-integration/web/initialization for more details.
Warning: In index.html:52: "FlutterLoader.loadEntrypoint" is deprecated. Use "FlutterLoader.load" instead. See https://docs.flutter.dev/platform-integration/web/initialization for more details.
위같은 경고를 몇일째 해결을 못했ㄷ,,ㅠㅠ
1. 자신이 작업중인 디렉토리 web폴더를 삭제한다
2.
flutter create --platforms web .
위 명령어를 터미널창에 실행!
바로 경고가 없어진다. 굿굿