Youtube_player_flutter: Wie deaktiviere ich den Vollbildmodus? brauchen Sie Hilfe

Erstellt am 12. Feb. 2021  ·  3Kommentare  ·  Quelle: sarbagyastha/youtube_player_flutter

Wie deaktiviere ich die Vollbildoption, ohne die Steuerelemente auszublenden?

bug

Hilfreichster Kommentar

hallo hat so etwas gemacht, und es hat den Knopf versteckt

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

Alle 3 Kommentare

Haben Sie eine Lösung gefunden, um den Vollbildmodus nicht zu aktivieren?

Haben Sie eine Lösung gefunden, um den Vollbildmodus nicht zu aktivieren?

Nein noch nicht

hallo hat so etwas gemacht, und es hat den Knopf versteckt

return YoutubePlayer(
    controller: _controller,
    bottomActions: [
        const SizedBox(width: 14.0),
        CurrentPosition(),
        const SizedBox(width: 8.0),
        ProgressBar(
            isExpanded: true,
        ),
        RemainingDuration(),
        const PlaybackSpeedButton(),
    ]
);
War diese Seite hilfreich?
0 / 5 - 0 Bewertungen

Verwandte Themen

Xoshbin picture Xoshbin  ·  4Kommentare

kyawsithu picture kyawsithu  ·  4Kommentare

HiIamAlanOu picture HiIamAlanOu  ·  3Kommentare

channdara picture channdara  ·  4Kommentare

rebeccalee-ysd picture rebeccalee-ysd  ·  3Kommentare