Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang authored Oct 6, 2021
1 parent 1d8a983 commit b535485
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

[](https://user-images.githubusercontent.com/1709072/136141607-86b51ce1-d0d7-4142-8fc5-20adcfa93d65.mp4)

- [Full example](https://github.com/qiuxiang/flutter-android-window/tree/main/example)
- [example.apk](https://github.com/qiuxiang/flutter-android-window/releases/download/latest/example.apk)

## Usage

main.dart:
Expand Down Expand Up @@ -73,7 +78,5 @@ Add `android:name=".MainApplication"` to AndroidManifest.xml:
<application android:name=".MainApplication">
```

[Full example](https://github.com/qiuxiang/flutter-android-window/tree/main/example)

[pub]: https://pub.dartlang.org/packages/android_window
[pub-badge]: https://img.shields.io/pub/v/android_window.svg

0 comments on commit b535485

Please sign in to comment.