Skip to content

Latest commit

History

History
22 lines (17 loc) 路 937 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) 路 937 Bytes

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 the NativeView (@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 HWND and instances (@alexmercerind).
  • Semi transparent Widgets on top of NativeView (@alexmercerind).
  • Customizable hit-test i.e. optional interactability with the NativeViews (@alexmercerind).
  • Placement of NativeViews inside scrollables like ListViews (@alexmercerind).