diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a5a86..f17a810 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/pubspec.yaml b/pubspec.yaml index 740e35e..81523b5 100644 --- a/pubspec.yaml +++ b/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: