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
Widgets on top of theNativeView. - Multiple instances of
NativeView. - Window movement handling &
NativeViews positioning. - Window resize handling &
NativeViews sizing. - Windows 10 & higher support.
- Proper disposing of
HWNDand instances. - Semi transparent
Widgets on top ofNativeView. - Customizable hit-test i.e. optional interactability with the
NativeViews. - Placement of
NativeViews inside scrollables likeListViews.