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

discontinued

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
copied to clipboard

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

dependencies:
  orientation_helper: ^1.1.0
copied to clipboard

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';
copied to clipboard
10
likes
40
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.26 - 2025.03.10

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

Homepage

License

MIT (license)

Dependencies

flutter, pedantic

More

Packages that depend on orientation_helper