[Troubleshooting] Flutter web CORS?

이원석·2023년 11월 21일
0

Flutter

목록 보기
22/46

ERROR

return Column(
          children: [
            Image.network(webtoon.thumb),
            Text(webtoon.title),
          ],
        );



해결법

  1. < project root directory > /web/index.html
  2. { renderer:"html" } 코드 추가


참조
@thovy

0개의 댓글