FLUTTER ECOSYSTEM

Rexios80/flutter_cors

Flutter의 Chrome 인스턴스에 대한 CORS 검사를 비활성화하고 다시 활성화하는 스크립트

flutter_cors 프로젝트 이미지
Stars
37
Forks
6
최근 푸시(UTC)
2023. 10. 26.
프로젝트 상태
활성
Rexios GitHub avatar
GITHUB User

Rexios ↗

I do things sometimes

@IO-Design-Team
언어Dart

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 5 개
  • args^2.3.0
  • pub_update_checker^1.2.0
  • ansicolor^2.0.1
  • test개발 의존성^1.24.8
  • rexios_lints개발 의존성^6.0.1

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

A script to disable and re-enable CORS checks for Flutter's Chrome instances

Note

This script only disables CORS checks for local testing, and will not help with CORS issues in production. Do not ask for help with production CORS issues as that is outside the scope of this project.

Use as an executable

Installation
$ dart pub global activate flutter_cors
Usage
-e, --enable                 Enable CORS checks
-d, --disable                Disable CORS checks
-b, --disable-banner         Disable the warning banner in Chrome
-p, --flutter-path=<path>    Flutter root path (determined automatically if not specified)

$ fluttercors --disable
$ fluttercors --enable
$ fluttercors -db -p /path/to/flutter