wu9007 / qrcode_scanner

πŸ›  Flutter QR code scanner plugin.
MIT License
358 stars 185 forks source link

Support Null-Safety #99

Closed joleaf closed 3 years ago

joleaf commented 3 years ago

πŸš€ Feature Requests

add null-safety support

Flutter stable version is 2.0.0, support null-safety

lucaslannes commented 3 years ago

@joleaf, I made a pull request that enables null safety support. Check this out, please #102 😁

joleaf commented 3 years ago

@leyan95 can you check this merge request? :)

wu9007 commented 3 years ago

@lucaslannes @joleaf Thank you for your contributions 😁

lucaslannes commented 3 years ago

@leyan95, thanks to accept my pull request! But I think that you accidentally made a mistake, because in the pubspec.yaml the lower Dart SDK constraint is setted to 2.7.0. The correct constraints (according to the Dart guide, see here), is 2.12.0 πŸ˜„

wu9007 commented 3 years ago

hahah... @lucaslannes Thank you for your correctionπŸ‘