This is an app for iOS and Android that allows you to scan QR code.
Report bug
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 | Date | Comments |
---|---|---|
1.0 | March 2019 | Initial release |
If you have questions or just need any help, feel free to write to me [email protected]
💜 Thanks to MapBox, that allow us to show QR code with locations or addresses.