'Android Studio Flutter lib/widgets/builder/video/video.dart:4:8: Error: Not found:

I've been struggling for days and couldn't solve this problem I need your help. I bought a package and tried all the commands I wanted to run first. "flutter pub get, flutter upgrade, etc.." but the error is still not resolved, please help. enter image description here enter image description here



Solution 1:[1]

I've had something similar before, have you tried running

flutter clean

to clear the cache, and then run

flutter pub get

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Josh Burtsal