An open API service indexing awesome lists of open source software.

https://github.com/0xzone/platform_view_macos_example

Example for a simple macOS platform view.
https://github.com/0xzone/platform_view_macos_example

Last synced: about 1 year ago
JSON representation

Example for a simple macOS platform view.

Awesome Lists containing this project

README

          

# platform_view_macos_example

Example for a simple macOS platform view.
1. `cd example`
2. `flutter run -d macos`

![snapshot](./20230324163855.jpg)
![snapshot](./20230324163826.jpg)

>
>Only basic functions are implemented, and translucency/rounded corners/scaling/rotation are not yet supported. The hierarchy of PlatformView and Flutter widget is also incorrect.