QRGenerator Demo
Flutter project generate QR Code as png with Admob
Clone this project by running:
git clone https://github.com/gnassro/qr_generator
Get all dependencies used in this project by run this command in the main project folder:
flutter pub get
Run the project:
flutter run
That's all !!! Enjoy :D
-
You have to change the package name of your application if you want to start your project from this repository (ex: com.username.appname). To change it just use this package change_app_package_name and follow all steps.
-
Don't forget to rename
.environment
to.env
and update the content with your Admob.
I welcome and encourage all pull requests. It usually will take me within 24-72 hours to respond to any issue or request.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
This Project is under MIT license