A Barcode/QR Reader for Corona SDK development.
Quick Start
When you build using the Corona Simulator, the server automatically takes care of integrating the plugin into your project.
All you need to do is add an entry into a plugins table of your build.settings. The following is an example of a build.settings file:
settings =
{
plugins =
{
["plugin.qrreader"] =
{
publisherId = "com.andrewwahid",
},
},
}