flutter_native_view 0.0.2
flutter_native_view: ^0.0.2 copied to clipboard
Flutter plugin to embed native windows into Flutter window.
0.0.2 #
- chore: switch to MIT license.
- fix: window restore animation after clicking on taskbar icon (@alexmercerind).
- refactor: plugin initialization (@alexmercerind).
0.0.1+1 #
- Fix: window restore animation.
0.0.1 #
- Embedding of native windows inside Flutter window (@alexmercerind).
- Placement of other Flutter
Widgets on top of theNativeView(@alexmercerind). - Multiple instances of
NativeView(@alexmercerind). - Window movement handling &
NativeViews positioning (@alexmercerind). - Window resize handling &
NativeViews sizing (@alexmercerind). - Windows 10 & higher support (@alexmercerind).
- Proper disposing of
HWNDand instances (@alexmercerind). - Semi transparent
Widgets on top ofNativeView(@alexmercerind). - Customizable hit-test i.e. optional interactability with the
NativeViews (@alexmercerind). - Placement of
NativeViews inside scrollables likeListViews (@alexmercerind).