When I try to compile, I get this error:
The HTML Renderer is deprecated. Do not use "--web-renderer=html".
See: https://docs.flutter.dev/to/web-html-renderer-deprecation
Target dart2js failed: ProcessException: Process exited abnormally with exit code 1:
lib/backend/schema/structs/dynamic_struct.dart:161:41:
Error: 'dynamic' isn't a type.
firestoreData[fieldName] = <String, dynamic>{};
^^^^^^^
Error: Compilation failed.
#0 RunResult.throwException (package:flutter_tools/src/base/process.dart:122:5)
Error: Failed to compile application for the Web