flutter_custom_overlay 0.2.1 copy "flutter_custom_overlay: ^0.2.1" to clipboard
flutter_custom_overlay: ^0.2.1 copied to clipboard

PlatformAndroid

A Flutter plugin for creating customizable overlay windows on Android with bidirectional data communication and dynamic control.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_custom_overlay

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

dependencies:
  flutter_custom_overlay: ^0.2.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:flutter_custom_overlay/flutter_custom_overlay.dart';
0
likes
160
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for creating customizable overlay windows on Android with bidirectional data communication and dynamic control.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_custom_overlay

Packages that implement flutter_custom_overlay