bp74 / StageXL

A fast and universal 2D rendering engine for HTML5 and Dart.
http://www.stagexl.org
Other
880 stars 82 forks source link

Update null safety to 2.12 and remove redundant experiment #340

Closed parlough closed 3 years ago

parlough commented 3 years ago

As outlined in the Null safety beta post it's time to start migrating packages on pub.

I updated the SDK constraint to 2.12.0-0 as quoting the article:

Apps and packages will only run with null safety if their minimum Dart SDK constraint is at least a Dart 2.12 prerelease

I updated the StageXL version to 2.0.0 as it is recommend to upgrade to the next major version and this is a rather major change. As this is still a prelease(signaled by the -nullsafety.0) this time can also be used to make other breaking changes if desired.

bp74 commented 3 years ago

Awesome! Thank you very much for the pull request!