Unable to test custom functions.

Custom Code

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.

What have you tried so far?

This issue accurs in all custom functions. Adding a new one or testing a proven old one doesn't work. The only thing that changes is the line of error. Even using old snapshots doesn't change anything.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
2 replies