wx_dart 0.9.3
wx_dart: ^0.9.3 copied to clipboard
Flutter backend of wxDart
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