Firelands128 / photo_gallery

A Flutter plugin that retrieves images and videos from mobile native gallery.
BSD 3-Clause "New" or "Revised" License
68 stars 63 forks source link

Null safety #17

Closed richardbushnell closed 3 years ago

richardbushnell commented 3 years ago

Hi,

Thanks for your work on this. Much appreciated.

I implemented null safety in the lib folder, and thought you may or may not want to use it. If you don't, no worries.

I didn't complete the test or example apps as I didn't fully understand your intentions and didn't want to add default values which would break your test intentions.

Cheers!

Firelands128 commented 3 years ago

Thank you for the contribution! I would modify the test cases and example to meet the null safety after merged this PR.