Hello,
My app has been encountering a lot of errors with "Test Mode" recently.
I downloaded the code to test it locally and I'm getting this error. Do you have any idea what might be causing it?
Often the problem is magically resolved a few hours later. Is this related to internal updates at Flutterflow or an outage?
Launching lib/main.dart on Chrome in debug mode...
Warning: In index.html:69: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template token instead.
Warning: In index.html:92: "FlutterLoader.loadEntrypoint" is deprecated. Use "FlutterLoader.load" instead.
../../.pub-cache/hosted/pub.dev/dio_web_adapter-1.0.0/lib/src/html/adapter.dart:149:9: Error: The method 'debugLog' isn't defined for the class 'BrowserHttpClientAdapter'.
- 'BrowserHttpClientAdapter' is from 'package:dio_web_adapter/src/html/adapter.dart' ('../../.pub-cache/hosted/pub.dev/dio_web_adapter-1.0.0/lib/src/html/adapter.dart').
Try correcting the name to the name of an existing method, or defining a method named 'debugLog'.
debugLog(
^^^^^^^^
Thanks a lot