rmtmckenzie / flutter_qr_mobile_vision

QR reader plugin using mobile vision API for Flutter.
MIT License
217 stars 186 forks source link

Update device_info_plus dependency to be ^4.0.0 #204

Closed lovelessX closed 2 years ago

lovelessX commented 2 years ago

This just updates the library requirements to be device_info_plus 4.0.0 and higher.

Some other packages have made this move and so there are conflicting demands if you're using the latest of both packages.

rmtmckenzie commented 2 years ago

Thanks =)