- Remove
setAsFrameless
call on initialization.
- Add "Window title bar visibility" option.
- Add system pop event.
- Add "Windows always on top" option.
- Fix Linux builds (thanks to https://github.com/adil192)
- Fix deprecations (thanks to https://github.com/adil192)
- Update to support Flutter 3.22.0
- Fix
MediaQuery
not being applied when a device is chosen.
- Update to support Flutter
3.19.2
- Fixed window resizing for macOS.
- Made the layout more responsive for smaller screen sizes.
- Decreased the minimum SDK requirement to
3.0.0
.
- Dropped dependency on
vm_service
due to package incompatibilities.
- Dropped dependency on
flutter_test
.
- Specified platforms in Pubspec
- Updated README
- Initial release :)