juliansteenbakker / mobile_scanner

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.
BSD 3-Clause "New" or "Revised" License
745 stars 444 forks source link

fix: lower the Flutter constraint to allow earlier adoption of the beta #993

Closed navaronbracke closed 1 month ago

navaronbracke commented 1 month ago

This PR lowers the barrier to entry for the new beta to Flutter 3.16.0

The main use of the previous constraint was to use extension types, but that can be done as an incremental release instead. Users that are already on Flutter 3.16.0 do have access to (an earlier version of) package:web and dart:js_interop which does not yet utilise extension types.