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

 

解决方法:

Try this, Go to terminal and run this command; flutter run --no-sound-null-safety 

相关文章: