Mahan
Mahan
After debugging, I realized that this is because of the [ExoPlayer](https://github.com/google/ExoPlayer) version https://github.com/flutter/plugins/blob/main/packages/video_player/video_player_android/android/build.gradle#L46
> Also experiencing the same issue... Is there a fix? I temporarily solved it with this method: - change video player version to => `video_player: ^2.4.4` - edit pubspec.lock and...
I had the same problem and I **solved** it: edit : ``` import 'objectbox.g.dart'; // created by `flutter pub run build_runner build` class ObjectBox { /// The Store of this...
check this https://github.com/mdpe-ir/Flare-Flutter#fix-issues-in-flutter-3
I have the same problem, is there a solution?