Last updated:
0 purchases
neliveplayer core
NELivePlayer for Flutter #
Flutter NELivePlayer from Netease
Know more about NELivePlayer, visit website
PS:this player must be used with nertc
Getting Started #
step 1,add dependencies #
neliveplayer_core: ^1.0.0-rc.0
copied to clipboard
step 2,add NeLivePlayerView in your widget tree #
body: Stack(
children: [
NeLivePlayerView(
//object of NeLivePlayer for control player
player: player,
),
],
),
copied to clipboard
Usage #
please check player_page.dart and player_page_second.dart in example
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.