Youtube_player_flutter: ์ „์ฒด ํ™”๋ฉด์„ ๋น„ํ™œ์„ฑํ™”ํ•˜๋Š” ๋ฐฉ๋ฒ• ?? ๋„์›€์ด ํ•„์š”ํ•˜๋‹ค

์— ๋งŒ๋“  2021๋…„ 02์›” 12์ผ  ยท  3์ฝ”๋ฉ˜ํŠธ  ยท  ์ถœ์ฒ˜: sarbagyastha/youtube_player_flutter

์ปจํŠธ๋กค์„ ์ˆจ๊ธฐ์ง€ ์•Š๊ณ  ์ „์ฒด ํ™”๋ฉด ์˜ต์…˜์„ ๋น„ํ™œ์„ฑํ™”ํ•˜๋Š” ๋ฐฉ๋ฒ•??

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

hello๋Š” ์ด์™€ ๊ฐ™์€ ์ž‘์—…์„ ์ˆ˜ํ–‰ํ–ˆ์œผ๋ฉฐ ๋ฒ„ํŠผ์„ ์ˆจ๊ฒผ์Šต๋‹ˆ๋‹ค.

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

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

์ „์ฒด ํ™”๋ฉด ๋ชจ๋“œ๋ฅผ ํ™œ์„ฑํ™”ํ•˜์ง€ ์•Š๋Š” ์†”๋ฃจ์…˜์„ ์ฐพ์•˜์Šต๋‹ˆ๊นŒ?

์ „์ฒด ํ™”๋ฉด ๋ชจ๋“œ๋ฅผ ํ™œ์„ฑํ™”ํ•˜์ง€ ์•Š๋Š” ์†”๋ฃจ์…˜์„ ์ฐพ์•˜์Šต๋‹ˆ๊นŒ?

์•„๋‹ˆ, ์•„์ง

hello๋Š” ์ด์™€ ๊ฐ™์€ ์ž‘์—…์„ ์ˆ˜ํ–‰ํ–ˆ์œผ๋ฉฐ ๋ฒ„ํŠผ์„ ์ˆจ๊ฒผ์Šต๋‹ˆ๋‹ค.

return YoutubePlayer(
    controller: _controller,
    bottomActions: [
        const SizedBox(width: 14.0),
        CurrentPosition(),
        const SizedBox(width: 8.0),
        ProgressBar(
            isExpanded: true,
        ),
        RemainingDuration(),
        const PlaybackSpeedButton(),
    ]
);
์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰