flutter_native_view 0.0.1+1 flutter_native_view: ^0.0.1+1 copied to clipboard
Flutter plugin to embed native windows into Flutter window.
0.0.1+1 #
- Fix: window restore animation.
0.0.1 #
- Embedding of native windows inside Flutter window.
- Placement of other Flutter
Widget
s on top of theNativeView
. - Multiple instances of
NativeView
. - Window movement handling &
NativeView
s positioning. - Window resize handling &
NativeView
s sizing. - Windows 10 & higher support.
- Proper disposing of
HWND
and instances. - Semi transparent
Widget
s on top ofNativeView
. - Customizable hit-test i.e. optional interactability with the
NativeView
s. - Placement of
NativeView
s inside scrollables likeListView
s.