mirror of
https://github.com/A-Star100/simpliplay-android.git
synced 2025-09-18 14:32:17 +00:00
Compare commits
3 Commits
flutter-2.
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4854ba6642 | ||
![]() |
e4bea988ae | ||
![]() |
7286ffb350 |
@ -28,20 +28,21 @@ The App Inventor version primarily uses the [ExoPlayer for App Inventor](https:/
|
|||||||
| AltNotifier | v3.4 |
|
| AltNotifier | v3.4 |
|
||||||
| NotificationStyle | v3.4 |
|
| NotificationStyle | v3.4 |
|
||||||
| TaifunClipboard | v4.3.1 |
|
| TaifunClipboard | v4.3.1 |
|
||||||
| GestureDetect | v4.6 |
|
| ~~GestureDetect~~ | v4.6 (removed in v4.6.1) |
|
||||||
|
|
||||||
It has been tested on the following devices with the following results:
|
It has been tested on the following devices with the following results:
|
||||||
|
|
||||||
| Device | Compatible? | Real Device/VM |
|
| Device | Compatible? | Real Device/VM |
|
||||||
| -------- | ------- | ------- |
|
| -------- | ------- | ------- |
|
||||||
| Android 15 (Pixel)| Yes | VM |
|
| Android 16 (Pixel)| Yes | VM |
|
||||||
|
| Android 15 (Samsung & Pixel)| Yes | Real Device & VM |
|
||||||
| Android 14 (Samsung & Xiaomi)| Yes | Real Device |
|
| Android 14 (Samsung & Xiaomi)| Yes | Real Device |
|
||||||
| Android 11 (Xiaomi) | Yes | Real Device |
|
| Android 11 (Xiaomi) | Yes | Real Device |
|
||||||
| Android 9 (Pixel)| Yes | VM |
|
| Android 9 (Pixel)| Yes | VM |
|
||||||
| Android 8 (Pixel)| Yes | VM |
|
| Android 8 (Pixel)| Yes | VM |
|
||||||
| Android 5 (Pixel)| **Partially** | VM |
|
| Android 5 (Pixel)| **Partially** | VM |
|
||||||
|
|
||||||
*Android 5 support may be broken on a real device, typically real devices have no issue like VMs, but you never know.*.
|
*Android 5 VMs have encoding issues that don't occur on real Android 5 devices. Real devices should play media properly*.
|
||||||
|
|
||||||
## Flutter Ver.
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user