Commit 396a81e
6.0.3: Added vlc recording feature (#230)
* 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
Co-authored-by: Guillermo Jeremy De La Cruz Onton <[email protected]>
Co-authored-by: Mitch Ross <[email protected]>
Co-authored-by: Yuri Prykhodko <[email protected]>1 parent 35ffe79 commit 396a81e
File tree
31 files changed
+1072
-601
lines changed- flutter_vlc_player_platform_interface
- lib/src
- enums
- events
- messages
- method_channel
- platform_interface
- flutter_vlc_player
- android
- src/main/java/software/solid/fluttervlcplayer
- example
- android
- ios/Runner.xcodeproj
- lib
- ios/Classes
- lib/src
- enums
- pigeons
31 files changed
+1072
-601
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| 177 | + | |
175 | 178 | | |
| 179 | + | |
| 180 | + | |
176 | 181 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
203 | 205 | | |
204 | 206 | | |
205 | 207 | | |
206 | | - | |
| 208 | + | |
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
213 | 223 | | |
214 | 224 | | |
215 | 225 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
76 | 106 | | |
77 | 107 | | |
78 | 108 | | |
| |||
145 | 175 | | |
146 | 176 | | |
147 | 177 | | |
| 178 | + | |
148 | 179 | | |
| 180 | + | |
| 181 | + | |
149 | 182 | | |
150 | | - | |
151 | | - | |
152 | | - | |
| 183 | + | |
153 | 184 | | |
154 | 185 | | |
155 | 186 | | |
| |||
175 | 206 | | |
176 | 207 | | |
177 | 208 | | |
178 | | - | |
| 209 | + | |
179 | 210 | | |
180 | 211 | | |
181 | 212 | | |
182 | 213 | | |
183 | 214 | | |
184 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
185 | 224 | | |
186 | 225 | | |
187 | 226 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
Lines changed: 21 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
290 | 297 | | |
291 | 298 | | |
292 | 299 | | |
293 | 300 | | |
294 | 301 | | |
295 | 302 | | |
296 | | - | |
297 | 303 | | |
298 | 304 | | |
299 | 305 | | |
| |||
426 | 432 | | |
427 | 433 | | |
428 | 434 | | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
| 435 | + | |
| 436 | + | |
434 | 437 | | |
435 | 438 | | |
436 | 439 | | |
| |||
464 | 467 | | |
465 | 468 | | |
466 | 469 | | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
| 470 | + | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
630 | 638 | | |
631 | 639 | | |
632 | 640 | | |
| |||
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
| 255 | + | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
| |||
303 | 302 | | |
304 | 303 | | |
305 | 304 | | |
306 | | - | |
307 | | - | |
| 305 | + | |
308 | 306 | | |
309 | 307 | | |
310 | 308 | | |
| |||
399 | 397 | | |
400 | 398 | | |
401 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
402 | 417 | | |
0 commit comments