animated-stream-list icon indicating copy to clipboard operation
animated-stream-list copied to clipboard

Migrate null safety

Open nilsreichardt opened this issue 3 years ago • 1 comments

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

nilsreichardt avatar Mar 06 '21 01:03 nilsreichardt

@adithyaxx Any time to review this PR?

nilsreichardt avatar Mar 26 '21 13:03 nilsreichardt