UniTV is a Flutter-based application that allows users to watch TV channels from any country. The app provides a seamless experience with features like remote-control integration, video playback, and an intuitive user interface.
- Watch TV channels from all over the world.
- Smooth video playback with advanced video controls.
- Support import online m3u8 playlist url.
- Gemini AI to generate channel description.
- Flutter
3.19.6
- Create
key.properties
in android folder, and then set:
storePassword=your storePassword
keyPassword=your keyPassword
keyAlias=your keyAlias
storeFile=your path
flutter pub get
flutter run
Contributions are welcome! Please follow these steps:
- Fork the repository.
- git checkout -b feature/your-feature-name
- git commit -m "Add your message here"
- git push origin feature/your-feature-name
- Open a Pull Request.