jhoogstraat / fast_barcode_scanner

A flutter plugin that allows your users to scan any type of barcode on iOS and Android
41 stars 53 forks source link

#65 customize iOS scanning API implementation #66

Closed dustin-graham closed 2 years ago

dustin-graham commented 2 years ago

Note: This is based on #61 and other PRs and should be merged first.

There are two first-party ways to scan codes on iOS: AVFoundation and Vision. This PR allows the user to select which library is used to do scanning on iOS. This also changes the example app so the end user can switch between each.

jhoogstraat commented 2 years ago

Can you resolve the merge conflicts, before I review this?

dustin-graham commented 2 years ago

@jhoogstraat , conflicts resolved.

dustin-graham commented 2 years ago

@jhoogstraat , please review.

dustin-graham commented 2 years ago

@jhoogstraat feedback applied. Thank you.