From 2179404cf07d65a50a779183ccf4ebf7aaa9dc51 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Wed, 5 Feb 2025 12:57:52 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f0d067..4e426d1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ It has been tested on the following devices with the following results: ## Flutter Ver. The Flutter version was built in Android Studio with the Flutter plugin, and primarily relies on the video_player and chewie plugins, uses the keep_screen_on plugin to keep screen active when playing a video, uses the file_picker plugin to pick a media file on your device to play, and unlike the App Inventor version, uses a newer UI standard, which is rendered with [Skia](https://skia.org/), Material UI 2, instead of the App Inventor version's OG Material Design and UI 1. -It uses **Media 3 ExoPlayer**, something the App Inventor version would've been dreaming of, but has less controls, however, as a result, is simpler to use and *much* more user-friendly, and is solely ExoPlayer (at least, for now). It does not support a quality selector, or advanced audio settings, but it supports everything else the App Inventor version does in the ExoPlayer point of view (P.O.V). +It uses **Media 3 ExoPlayer**, something the App Inventor version would've been dreaming of, but it has less controls, however, as a result, this version is *much* more user-friendly, and uses only ExoPlayer. It does not support a quality selector, or advanced audio settings, but it supports everything else the App Inventor version does in the ExoPlayer point of view (P.O.V). ## Media3 Demo (Very Early Demo) > [!WARNING]