Skip to content

Commit de08ba5

Browse files
committed
[video_player] Add ignore analyzer option to fix analyze warning
A parameter has been renamed in the platform interface, which causes an analyser issue. (flutter/packages#8453) This should be updated when platform view of video_player is supported.
1 parent 1122027 commit de08ba5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/video_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Add ignore analyzer option to fix analyze issue.
4+
15
## 2.5.4
26

37
* Update video_player to 2.9.2.

packages/video_player/lib/video_player_tizen.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import 'package:video_player_platform_interface/video_player_platform_interface.
1010

1111
import 'src/messages.g.dart';
1212

13+
// TODO(JSUYA): Remove the ignore and rename parameters when adding support for platform views.
14+
// ignore_for_file: avoid_renaming_method_parameters
15+
1316
/// A Tizen implementation of [VideoPlayerPlatform] that uses the
1417
/// Pigeon-generated [TizenVideoPlayerApi].
1518
class VideoPlayerTizen extends VideoPlayerPlatform {

0 commit comments

Comments
 (0)