biocarl / drawing_animation

A Flutter library for gradually painting SVG path objects on canvas (drawing line animation).
https://pub.dartlang.org/packages/drawing_animation
BSD 2-Clause "Simplified" License
488 stars 123 forks source link

Updates to examples for Flutter 3.16 #33

Open aruhant opened 11 months ago

aruhant commented 11 months ago

Hello, The examples had some overdue maintenance, and didn't compile correctly on the latest Flutter SDK. There were also some small changes in the drawing_animation APIs that were not up-to-date in the examples. I updated the examples, so that it compiles and works correctly on latest Flutter and drawing_animation package.

Please accept the PR.

ps: Thank you authoring and maintaining this package.

aruhant commented 11 months ago

No fancy changes, just upgraded to the latest SDK for flutter, made changes to the Android SDK in build.gradle, migrated xcode projects for ios and macos to latest xcode versions. There were minor changes in example dart files like removing vsync parameter, removing unsupported calls for fullscreen, and some permissions related APIs.

Kindly let me know, if you'd like anything else before this can be merged.

aruhant commented 10 months ago

Let me know if any other changes are needed before this can be merged.