2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

qr_utils is causing issues - comment out for now, need to look at a different barcode library

This commit is contained in:
Oliver Walters
2020-05-23 11:31:30 +10:00
parent ba0780e265
commit 952f98d78b
7 changed files with 30 additions and 28 deletions

View File

@ -23,17 +23,17 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
http: ^0.12.0+2
http: ^0.12.1
shared_preferences: ^0.5.3+1
flutter_advanced_networkimage: any # Pull image from network or cache
flutter_advanced_networkimage: ^0.7.0 # Pull image from network or cache
preferences: ^5.1.0 # Persistent settings storage
qr_utils: ^0.1.4 # Barcode / QR-code support
#qr_utils: ^0.1.4 # Barcode / QR-code support
package_info: ^0.4.0+16 # App information introspection
font_awesome_flutter: ^8.8.1 # FontAwesome icon set
flutter_speed_dial: ^1.2.5 # FAB menu elements
sentry: ^3.0.1 # Error reporting
flutter_typeahead: ^1.8.0 # Auto-complete input field
flutter_typeahead: ^1.8.1 # Auto-complete input field
dev_dependencies:
flutter_test: