flutter_processing
flutter_processing copied to clipboard
Update packages and SDK upper limit
- Bumps SDK upper limit.
- Resolves some analysis issues.
- Replaces deprecated
tester.binding.window
APIs - Update packages that had breaking changes:
- The
file_selector
package replacesgetSavePath
withgetSaveLocation
. - The
image
package'sfromBytes
method uses named parameters and takes aByteBuffer
instead ofUint8List
. - The
fast_noise
package now has a separatePerlinFractalNoise
class for perlin noise fractal implementation and the previousPerlinNoise
is the base noise object that only accepts frequency (see this PR description for more details)
- The
Depends on #132 to be able to run tests.
Wasn't sure if it was best to break this PR down or not. Happy to do so if necessary.