如何解決Flutter Web的CORS error?
如何解決Flutter Web的CORS error?
解決方式
- 刪除cache中的flutter_tools.stamp
- 到路徑「
flutter\bin\cache
」 - 刪除檔案「
flutter_tools.stamp
」
- 到路徑「
- 編輯chrome.dart
- 到路徑「
flutter\packages\flutter_tools\lib\src\web
」 - 開啟檔案「
chrome.dart
.」 - 搜尋字串「
'--disable-extensions'
」 - 在該字串下方新增一列「
'--disable-web-security'
」
- 到路徑「