CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's time to make it compatible with flutter web

ParthPahuja101 opened this issue · comments

Since flutter web is the next big thing, how come HTTP interceptor does not support flutter web?

It partially does.

The package is compatible with Flutter Web, however, pub.dev and dart do not completely recognize this due to a particular feature (badCertificateCallback), I am currently trying to find a way to make it be recognized completely.

badCertificatesCallback was refactored out of the package but can still be achieved by following the docs of the 1.0.0 release coming soon.