fullscreen 1.0.3 copy "fullscreen: ^1.0.3" to clipboard
fullscreen: ^1.0.3 copied to clipboard

This is a flutter plugin that makes it easy to enable fullscreen in flutter application. The implements the three fullscreen modes of the android platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fullscreen

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fullscreen: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fullscreen/fullscreen.dart';
48
likes
90
pub points
87%
popularity

Publisher

verified publishertxonia.com

This is a flutter plugin that makes it easy to enable fullscreen in flutter application. The implements the three fullscreen modes of the android platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fullscreen