Flutter-Bounty-Hunters / dart-rss

A dart package for parsing RSS & Atom feed
MIT License
23 stars 19 forks source link

Migrate to null safety #14

Closed mzdm closed 3 years ago

mzdm commented 3 years ago

Fixes #12

Here's my attempt to migrate this library to null safety. Let me know whether there any issues.

I have also made some minor code edits that follow the dart recommended style guidelines.

All tests are passing.