I have tried all solutions on the internet and everywhere but nothing works so if someone can help me to solve this issue and this issue occurs when i try to make build for my Flutter App project
this is my yaml file
I have tried all solutions on the internet and everywhere but nothing works so if someone can help me to solve this issue and this issue occurs when i try to make build for my Flutter App project
this is my yaml file
It looks like you might be using an old version of the plugin_platform_interface package.
you should have a line like this in your pubspec.yaml file:
dependencies:
plugin_platform_interface: ^2.0.1
note that according to the instructions on pub.dev this package only supports null safety in version 2.0 and above. see more at
flutter run --no-sound-null-safety
Check this: Cannot run with sound null safety because dependencies don't support null safety