Skip to content

Commit

Permalink
[video_player] fixed markdown which causes pub.dev not show actu… (fl…
Browse files Browse the repository at this point in the history
…utter#1806)

* fix: [video_player] fixed markdown which causes pub.dev not show actual filename to edit

* bump for release, contributed by: <[email protected]>
  • Loading branch information
neolivz authored and collinjackson committed Jul 13, 2019
1 parent ff8e8ca commit 1dafe77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.1+4

* Fixed syntax error in README.md.

## 0.10.1+3

* Add missing template type parameter to `invokeMethod` calls.
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This entry allows your app to access video files by URL.

### Android

Ensure the following permission is present in your Android Manifest file, located in `<project root>/android/app/src/main/AndroidManifest.xml:
Ensure the following permission is present in your Android Manifest file, located in `<project root>/android/app/src/main/AndroidManifest.xml`:

```xml
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player
description: Flutter plugin for displaying inline video with other Flutter
widgets on Android and iOS.
author: Flutter Team <[email protected]>
version: 0.10.1+3
version: 0.10.1+4
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player

flutter:
Expand Down

0 comments on commit 1dafe77

Please sign in to comment.