Youtube_player_flutter: ํ”Œ๋ ˆ์ด์–ด ์ปจํŠธ๋กค์—์„œ ์ „์ฒด ํ™”๋ฉด ๋ฒ„ํŠผ์„ ์ˆจ๊ธฐ๋Š” ๊ธฐ๋Šฅ์„ ์ถ”๊ฐ€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๊นŒ?

์— ๋งŒ๋“  2020๋…„ 01์›” 21์ผ  ยท  2์ฝ”๋ฉ˜ํŠธ  ยท  ์ถœ์ฒ˜: sarbagyastha/youtube_player_flutter

* ์ด ํ”Œ๋Ÿฌ๊ทธ์ธ์— ๊ฐ์‚ฌ๋“œ๋ฆฝ๋‹ˆ๋‹ค *

ํ”Œ๋ ˆ์ด์–ด ์ปจํŠธ๋กค์—์„œ ์ „์ฒด ํ™”๋ฉด ๋ฒ„ํŠผ์„ ์ˆจ๊ธธ ์ˆ˜ ์žˆ๋Š” ๊ธฐ๋Šฅ์„ ์ถ”๊ฐ€ํ•ด ์ฃผ์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?

enhancement

๊ฐ€์žฅ ์œ ์šฉํ•œ ๋Œ“๊ธ€

์ด๊ฒƒ์€ YoutubePlayer์— ์ƒˆ๋กœ์šด bottomActions ๋ชฉ๋ก์„ ์ œ๊ณตํ•˜๊ณ  FullScreenButton์„ ํฌํ•จํ•˜์ง€ ์•Š์Œ์œผ๋กœ์จ ์ด๋ฏธ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.

YoutubePlayer( controller: _controller, showVideoProgressIndicator: true, bottomActions: <Widget>[ const SizedBox(width: 14.0), CurrentPosition(), const SizedBox(width: 8.0), ProgressBar(isExpanded: true), RemainingDuration(), const PlaybackSpeedButton(), ], );

์ด๊ฒƒ์ด ๋‹น์‹ ์ด ์ถ”๊ตฌํ•˜๋Š” ๋ฐ”๊ฐ€ ๋˜๊ธธ ๋ฐ”๋ž๋‹ˆ๋‹ค!

๋ชจ๋“  2 ๋Œ“๊ธ€

์ด๊ฒƒ์€ YoutubePlayer์— ์ƒˆ๋กœ์šด bottomActions ๋ชฉ๋ก์„ ์ œ๊ณตํ•˜๊ณ  FullScreenButton์„ ํฌํ•จํ•˜์ง€ ์•Š์Œ์œผ๋กœ์จ ์ด๋ฏธ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.

YoutubePlayer( controller: _controller, showVideoProgressIndicator: true, bottomActions: <Widget>[ const SizedBox(width: 14.0), CurrentPosition(), const SizedBox(width: 8.0), ProgressBar(isExpanded: true), RemainingDuration(), const PlaybackSpeedButton(), ], );

์ด๊ฒƒ์ด ๋‹น์‹ ์ด ์ถ”๊ตฌํ•˜๋Š” ๋ฐ”๊ฐ€ ๋˜๊ธธ ๋ฐ”๋ž๋‹ˆ๋‹ค!

์˜ˆ, ํšจ๊ณผ๊ฐ€ ์žˆ์—ˆ์Šต๋‹ˆ๋‹ค. ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค.

์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰