New
GraphX v0.9.10
[0.9.10]
- start porting to null-safety.
- fix a bug with
GTextlayout. - updated pubspec dependencies
[0.9.9]
- major fix for
GTweenwhen running lots of SceneControllers instances. - fix stage dispose exception with keyboard/pointer.
- added some more ColorFilters.
[0.9.8]
- major code refactoring, remove svg_flutter as dependency to avoid breaking changes.
- changed all methods that takes
inthex colors + alphas, toColor(beginFill, beginGradientFill, stage.color, etc). - fix
tracefor web anddartpadoutput. - renamed most common classes (that do not start with G) to follow a GName pattern.
- SimpleText > GText
- GxIcon > GIcon
- Sprite > GSprite
- GxPoint > GPoint, and so on...
- added dispose() to
KeyboardManagerandPointerManager... so it manages hot reloader better. - added
LayoutUtils.objectFit()to resizeGDisplayObject(specially Bitmaps), using BoxFit. - downgraded
flutter_svgto 0.18.1 in "example" to make it usable in beta channel. - refactor resource_loader.dart, changed most methods to use named params, now only stores in cache if a
cacheIdis defined (and also returns the cached data). GTextnow uses Flutter'sTextStyleto make it more convenient.- added
ResourceLoader.loadNetworkTextureSimple()using a simple http call in flutter (useful for dartpad).