Anyone else has this issue, where you can't test any of your custom functions anymore?
I created two days ago a new functions and wanted to test it. Received this error:
Compilation error: Info: Compiling with sound null safety
lib/main.dart:149:9:
Error: The argument type 'Map<String, Object?>' can't be assigned to the parameter type 'String'.
- 'Map' is from 'dart:core'.
- 'Object' is from 'dart:core'.
{
^
Error: Compilation failed.
Soon I realized that this issue is now found in all custom functions when I want to test them. So far running the app in debug mode is still fine but I can't develop this way. FlutterFlow support reads my message but don't respond, great service.