Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pk115/qr_app
flutter_barcode_qrcode
https://github.com/pk115/qr_app
Last synced: 3 months ago
JSON representation
flutter_barcode_qrcode
- Host: GitHub
- URL: https://github.com/pk115/qr_app
- Owner: pk115
- Created: 2019-09-09T07:38:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T12:40:41.000Z (over 5 years ago)
- Last Synced: 2024-08-03T14:09:49.950Z (7 months ago)
- Language: Dart
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qr_app
A new Flutter application.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
# qr_app# Setting App
# add pubspec.yaml
- barcode_scan: ^1.0.0 //for Barcode & QR Scan --https://pub.dev/packages/barcode_scan#-installing-tab-- qr_flutter: ^3.0.1 // Create QR --https://pub.dev/packages/qr_flutter
- barcode_flutter: //Create Barcode --https://pub.dev/packages/barcode_flutter
# Edit \android\build.gradle
buildscript {
ext.kotlin_version = '1.3.0'
}dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
}