Skip to content

hgodinez89/QR-Code-Reader

Repository files navigation

Logo

QR Code Reader

This is an app for iOS and Android that allows you to scan QR code.
Report bug

What’s In This Document

What is this?

This is an app for iOS and Android that allows you to scan QR code, with the posibility of storing them in the application. Built with Dart, Flutter and SQLite.
Important if you want to try this app, you need to create your own secret.dart file (I recommend you create it in lib/src, next to main.dart), it should has a format similar like this:

class Secrets {
  String accessTokenMapBox = 'your own Mapbox's apiKey'; 
}



Thanks for your visiting! 👍

Version History

Version Date Comments
1.0 March 2019 Initial release

Preview

Splashscreen


Home

Have questions?

If you have questions or just need any help, feel free to write to me [email protected]

Thanks

💜 Thanks to MapBox, that allow us to show QR code with locations or addresses.