https://github.com/yisar/fplayer
flutter player for clicli.tv
https://github.com/yisar/fplayer
Last synced: 6 months ago
JSON representation
flutter player for clicli.tv
- Host: GitHub
- URL: https://github.com/yisar/fplayer
- Owner: yisar
- Created: 2019-11-25T01:38:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T03:50:26.000Z (about 6 years ago)
- Last Synced: 2025-04-04T10:46:42.143Z (9 months ago)
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cplayer
flutter player for clicli.tv
```dart
CPlayerController _controller = CPlayerController(
url: 'https://www.clicli.me/001.mp4',
flags: CPlayerFlags(
autoPlay: true,
mute: true,
),
);
CPlayer(
controller: _controller,
themeColor: Colors.purple,
onReady () {
_controller.addListener(listener);
},
),
```