flutter_overlay_window 0.4.4
flutter_overlay_window: ^0.4.4 copied to clipboard
Flutter plugin for displaying your flutter app over other apps on the screen
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_overlay_windowWith Flutter:
$ flutter pub add flutter_overlay_windowThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_overlay_window: ^0.4.4Alternatively, your editor might support dart pub get or 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_overlay_window/flutter_overlay_window.dart';