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
756 stars 446 forks source link

docs: add description for all examples to examples README #980

Closed goerlitz closed 1 month ago

goerlitz commented 2 months ago

Currently, it is a time-consuming task to figure out the best options to implement mobile_scanner in a custom app because because there is not general documentation for the examples found in the examples folder.

This PR adds an overview with a short description for all examples.

juliansteenbakker commented 1 month ago

Thank you for your contribution!