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

Add null safety support #20

Closed nakuzm closed 2 years ago

nakuzm commented 3 years ago

https://dart.dev/null-safety/migration-guide#check-dependency-status

dart pub outdated --mode=null-safety Showing dependencies that are currently not opted in to null-safety. [✗] indicates versions without null safety support. [✓] indicates versions opting in to null safety.

Package Name Current Upgradable Resolvable Latest

direct dependencies: drawing_animation ✗0.1.5 ✗0.1.5 ✗0.1.5 ✗0.1.5

abbasghomi commented 3 years ago

Opened a PR for this https://github.com/biocarl/drawing_animation/pull/22

aagarcia commented 3 years ago

who have the new version with null safety. Please public this update to pub.dev

biocarl commented 2 years ago

closing here #22 is merged