Does anyone know about problematic_library?
The problematic_library package cannot be found on the pub.dev site.
I’ writing Flutter project
I registered the following in my pubspec.yaml file:
problematic_library:
hosted:
url:https:
name: problematic_library
version: ^1.0.0 #
After writing this, I can’t find any information about it on the pub.dev site.
I can’t run my app in this state.
The app is dead.
Is there any way to solve this?