ziofat / material_design_icons_flutter

The Material Design Icons (https://materialdesignicons.com/) Icon pack available as set of Flutter Icons.
MIT License
166 stars 33 forks source link

Add null-safety #31

Closed harsimranmaan closed 3 years ago

harsimranmaan commented 3 years ago

See: https://dart.dev/null-safety

harsimranmaan commented 3 years ago

Since null-safety is a backwards incompatible change, this might be a good chance to cleanup the fromString API. Looking forward to a null-safe version soon

ziofat commented 3 years ago

Hi, thanks for contributing. It looks good to me. I will do some test.

nstrelow commented 3 years ago

Awesome to see this. Great @harsimranmaan @ziofat

Ludonope commented 3 years ago

Any update on this PR? This is a great package but right now it's preventing me from migrating to null-safety.