I am getting this error when I use any of the flutter_hml packages (including latest beta and alpha).
I am using the flutter latest stable version 3.10.1.
What could be the reason behind this error?
TIA
../../../../../../.pub-cache/hosted/pub.dev/universal_html-2.2.2/lib/src/html/dom/element_subclasses.dart:2752:30: Error: The argument type 'String?' can't be assigned to the parameter type 'Object' because 'String?' is nullable and 'Object' isn't.
'Object' is from 'dart:core'.
final parsed = css.parse(text);
^
Target kernel_snapshot failed: Exception
I am getting this error when I use any of the flutter_hml packages (including latest beta and alpha). I am using the flutter latest stable version 3.10.1. What could be the reason behind this error? TIA
../../../../../../.pub-cache/hosted/pub.dev/universal_html-2.2.2/lib/src/html/dom/element_subclasses.dart:2752:30: Error: The argument type 'String?' can't be assigned to the parameter type 'Object' because 'String?' is nullable and 'Object' isn't.
FAILURE: Build failed with an exception.