Skip to content

Commit

Permalink
release of v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed May 31, 2021
1 parent 568a289 commit fa69396
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.0
* Added initial web-support. This function is still under development and not fully tested.
* Fixed permissions on iOS.
* Updated dependencies.

## 0.4.0
Stable null-safety support. (#278)

Expand Down
1 change: 1 addition & 0 deletions lib/qr_code_scanner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export 'src/types/barcode_format.dart';
export 'src/types/camera.dart';
export 'src/types/camera_exception.dart';
export 'src/types/features.dart';
export 'src/web/flutter_qr_web.dart';
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.4.0
version: 0.5.0
homepage: https://juliuscanute.com
repository: https://github.com/juliuscanute/qr_code_scanner

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

dependencies:
js: ^0.6.3
flutter:
sdk: flutter
flutter_web_plugins:
Expand All @@ -25,7 +26,6 @@ flutter:
pluginClass: FlutterQrPlugin
ios:
pluginClass: FlutterQrPlugin

# web:
# pluginClass: FlutterQrPlugin
# fileName: flutter_qr_web.dart

0 comments on commit fa69396

Please sign in to comment.