flutter_windowmanager_v2 0.0.1 copy "flutter_windowmanager_v2: ^0.0.1" to clipboard
flutter_windowmanager_v2: ^0.0.1 copied to clipboard

PlatformAndroid

A flutter plugin for manipulating android WindowManager LayoutParams.

flutter_windowmanager_v2 (Updated) #

A Flutter plugin for managing Android window flags (such as preventing screenshots, keeping the screen on, etc.).
This is an updated fork of the original flutter_windowmanager package, recreated to support the latest versions of Flutter and Android (AGP 8+).

✨ Features #

  • Add or clear Android window flags from Flutter
  • Common use cases:
    • Prevent screenshots / screen recording
    • Keep screen on
    • Enable secure flags for sensitive screens

🚀 Installation #

Add the dependency in your pubspec.yaml:

dependencies:
  flutter_windowmanager_v2:
    git:
      url: https://github.com/Ajaay7/flutter_windowmanager_v2.git
0
likes
140
points
35
downloads

Publisher

verified publisherajaaypranav.in

Weekly Downloads

A flutter plugin for manipulating android WindowManager LayoutParams.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_windowmanager_v2

Packages that implement flutter_windowmanager_v2