소스 검색

release of v0.5.1

flutter-beta
Julian Steenbakker 5 년 전
부모
커밋
d989f870c5
No known key found for this signature in database GPG 키 ID: ACF0400DFB95F3FD
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -0
      CHANGELOG.md
  2. +2
    -1
      pubspec.yaml

+ 3
- 0
CHANGELOG.md 파일 보기

@@ -1,3 +1,6 @@
## 0.5.1
Removed web from library export.

## 0.5.0
* Added initial web-support. This function is still under development and not fully tested.
* Fixed permissions on iOS.


+ 2
- 1
pubspec.yaml 파일 보기

@@ -1,6 +1,6 @@
name: qr_code_scanner
description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS.
version: 0.5.0
version: 0.5.1
homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner

@@ -9,6 +9,7 @@ environment:
flutter: ">=1.10.0"

dependencies:
js: ^0.6.3
flutter:
sdk: flutter
flutter_web_plugins:


불러오는 중...
취소
저장