android_window 0.0.4 copy "android_window: ^0.0.4" to clipboard
android_window: ^0.0.4 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());
}
28
likes
0
pub points
79%
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