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.
- Host: GitHub
- URL: https://github.com/0xzone/platform_view_macos_example
- Owner: 0xZOne
- License: other
- Created: 2023-03-24T07:51:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T06:17:23.000Z (about 3 years ago)
- Last Synced: 2024-10-19T03:01:48.968Z (over 1 year ago)
- Language: Dart
- Size: 691 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`


>
>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.