orientation_helper 1.0.1 copy "orientation_helper: ^1.0.1" to clipboard
orientation_helper: ^1.0.1 copied to clipboard

discontinued
outdated

A Flutter plugin to easily handle screen orientation for every route in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add orientation_helper

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

dependencies:
  orientation_helper: ^1.0.1

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:orientation_helper/orientation_helper.dart';
10
likes
0
pub points
39%
popularity

Publisher

unverified uploader

A Flutter plugin to easily handle screen orientation for every route in your app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, pedantic

More

Packages that depend on orientation_helper