i'm trying to compile the ootb web_ui sample. (Using Generate Sample Content - Web Application (using the web_ui library)
I have updated to latest editor 0.0.0_r18915
and have run pub update but am getting
Internal error:
'http://127.0.0.1:3030/C:/Users/me/dart/WebApplication/web/packages/logging/logging.dart':
Error: line 250 pos 24: wrong number of type arguments in type 'Comparable'
class Level implements Comparable<Level> {
^
Anyone have any ideas?