animated-stream-list
animated-stream-list copied to clipboard
Migrate null safety
Description
I propose this pull request to migrate this plugin to null safety as it is the way to go now that Flutter 2 has been released.
Here are the changes I introduced:
- Update SDK dependency version to
2.12.0+
- Run
dart migrate
on existing code to remove unsafe nulls (for the package & example) - Add a new version (
2.0.0
) to the changelog (as recommended)
Please check everything twice!
Testing
- [x] All existing Tests are passing
- [x] Tested it manually on a Android emulator
Related tickets
Closes #9
@adithyaxx Any time to review this PR?