You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +36,8 @@ Feel free to open a [new issue](https://github.com/alexmercerind/dart_vlc/issues
36
36
37
37
Consider supporting the project by starring the repository or buying me a coffee.
38
38
39
-
<a href="https://www.buymeacoffee.com/alexmercerind"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=alexmercerind&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"></a>
Disable bitcode generation for the whole project for MobileVLC to work.
402
417
Add the following to the `post_install` function living in the `Podfile` of your iOS Flutter project. For reference look at the `Podfile` in the example project.
@@ -469,6 +484,7 @@ Done
469
484
- Adding headers for `Media.network` (Not possible, added user agent).
470
485
- Switching to FFI for more cross platform freedom.
471
486
- Changing `Video`'s frame size according to video.
487
+
- Saving snapshot.
472
488
473
489
Under progress or planned features (irrespective of order)...
0 commit comments