flutter_ui_mode_manager 1.0.0 copy "flutter_ui_mode_manager: ^1.0.0" to clipboard
flutter_ui_mode_manager: ^1.0.0 copied to clipboard

A flutter plugin that helps to deffrentiate which platform a flutter application is running on, Phone, TV, Car, and so on

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ui_mode_manager

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

dependencies:
  flutter_ui_mode_manager: ^1.0.0

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:flutter_ui_mode_manager/flutter_ui_mode_manager.dart';
4
likes
30
pub points
16%
popularity

Publisher

verified publishertxonia.com

A flutter plugin that helps to deffrentiate which platform a flutter application is running on, Phone, TV, Car, and so on

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_ui_mode_manager