Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagotn/moviesapptv1
https://github.com/thiagotn/moviesapptv1
android-tv-apps flutter-app flutter-demo flutter-examples flutter-tv flutter-web-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagotn/moviesapptv1
- Owner: thiagotn
- Created: 2022-09-09T23:05:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T21:19:43.000Z (about 2 years ago)
- Last Synced: 2023-03-11T21:51:15.767Z (almost 2 years ago)
- Topics: android-tv-apps, flutter-app, flutter-demo, flutter-examples, flutter-tv, flutter-web-app
- Language: Dart
- Homepage: https://thiagotn.github.io/moviesapptv1
- Size: 403 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moviesapptv1
POC of AndroidTV APP:
https://thiagotn.github.io/moviesapptv1
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## Required
Flutter >= 3.3.1
flutter get packages
## Run
### Web Local
flutter run -d chrome --web-renderer html
### Build Web Release
flutter build web --web-renderer html --release --base-href /moviesapptv1/
### Android TV
Create an emulator of Android TV, via Android Studio, and target then when run app:
List emulators:
~/Desktop » flutter emulators
1 available emulators:Android_TV_1080p_API_Tiramisu • Android TV (1080p) API Tiramisu • Google • android
...Run
flutter emulators --launch Android_TV_1080p_API_Tiramisu
## Features
|Status | Feature | Where | Description |
| :--- | :--- |:--- |:--- |
| :heavy_check_mark: | Carousel Navigation through Keyboard | HomePage | Carousel Navigation through Keyboard |
| :heavy_check_mark: | Basic DetailsPage | DetailsPage | Basic DetailsPage |
| :heavy_check_mark: | Basic VideoPage | VideoPage | Basic VideoPage with play of an example content |
| :heavy_check_mark: | Add Back Button FocusNode | DetailsPage | Add FocusNode behavior for BackButton and PlayVideo |
| :heavy_minus_sign: | Add FocusNode for Player Controlls | VideoPage | Add FocusNode behavior for PlayerControlls |
| :heavy_minus_sign: | Play Different Videos | VideoPage | Play different Videos per Video Navigation |
| :heavy_minus_sign: | Add More CarouselItems | HomePage | Add More CarouselItems to simulate navigation between them |