New
v1.0.5 beta.
[1.0.5]
- adds support for the new PointerPanZoom*Event family on Listenable that overrides the mouse Signal (mouse wheel) on desktop OS. Basically, currently on desktop builds, everytime a mouse wheel event is triggered, a PointerPanZoomEvent is dispatched on the Listenable. Check [MyButton] in [SimpleInteractionsMain] demo, for an example of how to use it.
- add Generic Type [T] support to addChild
- updated some samples for the API.
[1.0.4]
- updated to run with flutter 3.
[1.0.3]
- code updated to improve points.
[1.0.2]
- merged null-safety branch.
- upgraded Dart constraints >= 2.13
- changed
GKeyboardto useGKeysalias forLogicalKeyboardKey(breaking change in Flutter 2.5). - defaults
SceneBuilderWidget.autoSizeto false, avoid exceptions on Flex widgets. - added warning message for empty sized widget layout in
SceneBuilderWidget. - put back
ResourceLoader.loadNetworkSvgand remove most nullable Futures for non network assets.