wallforfry/dart_mercure

Null safety support

EnderXenocida opened this issue · 1 comments

Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:

 - package:dart_mercure
 - package:eventsource
 - package:http
 - package:http_parser

Yea, since it doesn't support null safety you should run with flutter run [iOS or android] --no-sound-null-safety same with build command.