Commit 330bc72
Merge overlay fix and renamings into master, update CHANGELOG, increment version (#297)
* updated vlc event handling code
* fix vlc error description
* renamed error const strings
* fixed a minor bug
* Avoid FlutterVlcPlayerFactory new instances onAttachedToActivity (#214)
* Avoid FlutterVlcPlayerFactory new instances onAttachedToActivity
* Avoid FlutterVlcPlayerFactory instances in registerWith
* fix error description docs
* Added onInit & onRenderer listeners
* updated docs
mark onInit & onRendererHandler as deprecated.
* updated documentation
* fix initialization value of renderer variables
* fixed vlc error on adding a local subtitle/audio
* Added recording feature
* fix a minor issue
* updated platform recording methods
* updated ios recording methods
* updated pubspec
* Update flutter_vlc_player/ios/Classes/VlcViewBuilder.swift
Co-authored-by: Yuri Prykhodko <[email protected]>
* Update flutter_vlc_player/example/lib/vlc_player_with_controls.dart
Co-authored-by: Yuri Prykhodko <[email protected]>
* Update flutter_vlc_player/example/lib/single_tab.dart
Co-authored-by: Yuri Prykhodko <[email protected]>
* Update flutter_vlc_player/example/lib/single_tab.dart
Co-authored-by: Yuri Prykhodko <[email protected]>
* Update flutter_vlc_player/example/lib/single_tab.dart
Co-authored-by: Yuri Prykhodko <[email protected]>
* Update flutter_vlc_player/example/lib/vlc_player_with_controls.dart
Co-authored-by: Yuri Prykhodko <[email protected]>
* fixed mentioned issues
migrated from pedantic to lint package
updated readme
* added http options
updated readme
* updated readme
* removed http options
updated readme
* added vlc http options
* fixed control overlay stucking issue
refactored enum to follow dart naming convention
removed unused imports
* Overlay fix PR #285 -- suggestions (#289)
* Rename viewId/textureId -> playerId
* iOS project updates
* rm VlcPlayerState enum
* Set version 7.0.0
* Emphasize breaking change in CHANGELOG
* Use `viewId` naming instead of `playerId` (#293)
* Rename viewId/textureId -> playerId
* iOS project updates
* rm VlcPlayerState enum
* Set version 7.0.0
* Emphasize breaking change in CHANGELOG
* Revert "Rename viewId/textureId -> playerId"
This reverts commit 9c15d5f.
* Rename textureId -> viewId
* Rename playerId -> viewId (#294)
* Rename viewId/textureId -> playerId
* iOS project updates
* rm VlcPlayerState enum
* Set version 7.0.0
* Emphasize breaking change in CHANGELOG
* Revert "Rename viewId/textureId -> playerId"
This reverts commit 9c15d5f.
* Rename textureId -> viewId
* More missed renames
* Update changelog
* Fix platform_interface dependency declaration
* Give credit to illia-romanenko and solid-yuriiprykhodko
* Set platform_interface version to 2.0.0
* Add Mitch Ross to credits
Co-authored-by: alr2413 <[email protected]>
Co-authored-by: Guillermo Jeremy De La Cruz Onton <[email protected]>
Co-authored-by: Mitch Ross <[email protected]>1 parent 7bab0c9 commit 330bc72
File tree
26 files changed
+893
-917
lines changed- flutter_vlc_player_platform_interface
- lib/src
- enums
- messages
- method_channel
- platform_interface
- flutter_vlc_player
- android/src/main/java/software/solid/fluttervlcplayer
- example
- ios/Runner.xcodeproj
- project.xcworkspace
- lib
- ios/Classes
- lib/src
- pigeons
26 files changed
+893
-917
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
Lines changed: 74 additions & 74 deletions
Large diffs are not rendered by default.
Lines changed: 221 additions & 221 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| |||
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments