wx_dart 0.9.7
wx_dart: ^0.9.7 copied to clipboard
Flutter backend of wxDart
0.9.7 #
- Implemented control of focus behaviour (disable focus, child window focus)
- Updated function category documentation for the wxWindow class
- Added wxBitmapComboBox
0.9.6 #
- Allow a WxNativeWindow to generate key, mouse and focus events
0.9.5 #
- Corrected/added key up events
- Documented WxKeyEvent and key code constants
0.9.4 #
- Added WxNativeWindow to allow using native Flutter widgets in wxDart Flutter
- Doc updates
0.9.3 #
- Further work WxGraphicsContext
- Added linear and radial colour gradients and complex filled paths
0.9.2 #
- Further work on WxGraphicsBitmap and WxGraphicsContext
- Added WxGraphicsPath
- Added WxGraphicsContext clip, drawText, setFont, stokeLine and more
- Documentation updates for item containers
- Added lots of sample code to documentation
0.9.1 #
- Make wxDart Flutter menu items and windows given an ID of -1 create their own unique negative ID (align with wxDart Native/wxWidgets)
- Added sorting in WxListBox, WxComboBox and WxChoice in wxDart Flutter (align with wxDart Native/wxWidgets)
- Began implementation of wxGraphicsContext group of classes (modern 2D drawing API) which uses
- Documentation updates
0.9.0 #
- This is the first public release