We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1122027 commit c76c68eCopy full SHA for c76c68e
packages/video_player/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## NEXT
2
+
3
+* Add ignore analyzer option to fix analyze issue.
4
5
## 2.5.4
6
7
* Update video_player to 2.9.2.
packages/video_player/lib/video_player_tizen.dart
@@ -10,6 +10,9 @@ import 'package:video_player_platform_interface/video_player_platform_interface.
10
11
import 'src/messages.g.dart';
12
13
+// TODO(JSUYA): Remove the ignore and rename parameters when adding support for platform views.
14
+// ignore_for_file: avoid_renaming_method_parameters
15
16
/// A Tizen implementation of [VideoPlayerPlatform] that uses the
17
/// Pigeon-generated [TizenVideoPlayerApi].
18
class VideoPlayerTizen extends VideoPlayerPlatform {
0 commit comments