Browse Source

fix(deps): update dependency flutter_zxing to ^1.3.2

pull/659/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
e2bee91116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/neon/neon/pubspec.yaml

2
packages/neon/neon/pubspec.yaml

@ -20,7 +20,7 @@ dependencies:
sdk: flutter sdk: flutter
flutter_native_splash: ^2.3.2 flutter_native_splash: ^2.3.2
flutter_svg: ^2.0.7 flutter_svg: ^2.0.7
flutter_zxing: ^1.1.2 # ^1.2.0 downgrades to image ^3.0.0 which breaks our dependencies. See https://github.com/khoren93/flutter_zxing/issues/94 flutter_zxing: ^1.3.2 # ^1.2.0 downgrades to image ^3.0.0 which breaks our dependencies. See https://github.com/khoren93/flutter_zxing/issues/94
go_router: ^10.0.0 go_router: ^10.0.0
http: ^1.1.0 http: ^1.1.0
image: ^4.0.17 image: ^4.0.17

Loading…
Cancel
Save