Closed StancuFlorin closed 1 year ago
来信已收到
Closing it since you can do
import 'package:flutter/foundation.dart' show kIsWeb;
with
if (!kIsWeb) {
dio.interceptors.add(DioCacheManager(CacheConfig(baseUrl: "https://google.com")).interceptor);
}
The web app is failing the error bellow and it would be nice to run the web app without cache