FLUTTER ECOSYSTEM

Rexios80/flutter_cors

Flutter के Chrome इंस्टेंस के लिए CORS चेक को अक्षम और पुनः सक्षम करने के लिए एक स्क्रिप्ट

flutter_cors प्रोजेक्ट कवर
Stars
37
Forks
6
अंतिम पुश (UTC)
26 अक्टू॰ 2023
प्रोजेक्ट स्थिति
सक्रिय
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