You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building AOT snapshot in release mode (ios-release)... Compiler message: lib/special_text/emoji_text.dart:22:14: Error: A value of type 'ImageSpan' can't be assigned to a variable of type 'TextSpan'.
#24
'ImageSpan' is from 'package:extended_text_library/src/image_span.dart'
('file://Development/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_library-0.
4.2/lib/src/image_span.dart').
'TextSpan' is from 'package:flutter/src/painting/text_span.dart'
('file:/Development/flutter/packages/flutter/lib/src/painting/text_span.dart').
Try changing the type of the left hand side, or casting the right hand side to 'TextSpan'.
'ImageSpan' is from 'package:extended_text_library/src/image_span.dart'
('file://Development/flutter/.pub-cache/hosted/pub.dartlang.org/extended_text_library-0.
4.2/lib/src/image_span.dart').
('file:/Development/flutter/packages/flutter/lib/src/painting/text_span.dart').
Try changing the type of the left hand side, or casting the right hand side to 'TextSpan'.
The text was updated successfully, but these errors were encountered: