android_window 0.0.1-3 copy "android_window: ^0.0.1-3" to clipboard
android_window: ^0.0.1-3 copied to clipboard

outdated

A flutter plugin allows you to create native android floating window.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'android_window.dart';
import 'app.dart';

@pragma('vm:entry-point')
void androidWindow() {
  runApp(const AndroidWindowApp());
}

void main() {
  runApp(const App());
}
32
likes
0
pub points
77%
popularity

Publisher

unverified uploader

A flutter plugin allows you to create native android floating window.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on android_window