Skip to content

Commit

Permalink
Change version of video player plugin to 1.0 in Tizen platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchao-xu committed Mar 31, 2021
1 parent 89a4938 commit 5fbf60a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions packages/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@

* Initial release.

## 2.0.0

* Update Dart and Flutter SDK constraints
* Update Flutter copyright information
* Update example and integration_test
* Update platform interface to 2.0.1
* Organize dev_dependencies
2 changes: 1 addition & 1 deletion packages/video_player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This package is not an _endorsed_ implementation of `video_player`. Therefore, y
```yaml
dependencies:
video_player: ^2.1.0
video_player_tizen: ^2.0.0
video_player_tizen: ^1.0.0
```

Then you can import `video_player` in your Dart code:
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: video_player_tizen
description: Flutter plugin for displaying inline video with other Flutter
widgets on Tizen.
version: 2.0.0
version: 1.0.0
homepage: https://github.com/flutter-tizen/plugins

flutter:
Expand Down

0 comments on commit 5fbf60a

Please sign in to comment.