Skip to content

Releases: alexmercerind/flutter_native_view

v0.0.2

25 May 14:21
790228a
Compare
Choose a tag to compare

In your windows/main.cpp, following call should be replaced:

- flutternativeview::CreateNativeViewContainer();
+ flutternativeview::NativeViewContainer::GetInstance()->Create();

v0.0.1 Getting Started

05 May 13:26
e69540d
Compare
Choose a tag to compare
  • Embedding of native windows inside Flutter window.
  • Placement of other Flutter Widgets on top of the NativeView.
  • Multiple instances of NativeView.
  • Window movement handling & NativeViews positioning.
  • Window resize handling & NativeViews sizing.
  • Windows 10 & higher support (let it be for now).
  • Proper disposing of HWND and instances.
  • Semi transparent Widgets on top of NativeView.
  • Customizable hit-test i.e. optional interactability with the NativeViews.
  • Placement of NativeViews inside scrollables like ListViews.

flutter_native_view