graphx 0.0.1+5
graphx: ^0.0.1+5 copied to clipboard
Flash a-like render API on CustomPainter to power-up your Flutter apps.
0.0.1 #
- Initial release.
0.0.1+2 #
- Improved README.md with gif screencast samples.
- cleanup some code.
0.0.1+3 #
- Another improve to the README.md, gifs have links to videos, to check screencasts in better quality.
- Added help & social links.
- cleanup more code.
0.0.1+4 #
- code clean up and minor fixes in the readme.
- adds
trace()global function, as an option toprint(). It allows you to pass up to 10 arguments, and configure stack information to show throughtraceConfig(). So it can print caller name (method name), caller object (instance / class name where caller is), filename and line number with some custom format.
0.0.1+5 #
- added missing export in graphx.
- testing discord integration.
- GTween changed VoidCallback to Function to avoid linting errors.