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.windowAPIs - Update packages that had breaking changes:
- The
file_selectorpackage replacesgetSavePathwithgetSaveLocation. - The
imagepackage'sfromBytesmethod uses named parameters and takes aByteBufferinstead ofUint8List. - The
fast_noisepackage now has a separatePerlinFractalNoiseclass for perlin noise fractal implementation and the previousPerlinNoiseis 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.