flutter_processing
flutter_processing copied to clipboard
A Flutter port of Processing
Implement: * bezier() * bezierPoint() * bezierTangent() * bezierDetail()
* Bumps SDK upper limit. * Resolves some analysis issues. * Replaces deprecated `tester.binding.window` APIs * Update packages that had breaking changes: * The `file_selector` package replaces `getSavePath` with `getSaveLocation`....
Resolves #131 * Updates `golden_toolkit` package and adds missing AssetBundle overrides * Update flutter in pr_validation workflow and uses stable channel * Updates golden images
## Description This might be simply due to the images being too outdated, but some goldens fail with minimal difference when run on latest MacOS. ## Screenshots Example generated failure...
I am developing a draw app, I need to finish a drawing after the user is done with. So i need to save or pass the values(like offsets, points, lines...