screen_on_view 0.1.1 copy "screen_on_view: ^0.1.1" to clipboard
screen_on_view: ^0.1.1 copied to clipboard

A Flutter plugin that lets you show any Flutter widget automatically whenever the device screen turns on, similar to a lockscreen-style popup or greeting.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_on_view

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

dependencies:
  screen_on_view: ^0.1.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:screen_on_view/screen_on_view.dart';
0
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that lets you show any Flutter widget automatically whenever the device screen turns on, similar to a lockscreen-style popup or greeting.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on screen_on_view

Packages that implement screen_on_view