2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 19:25:27 +00:00

Update package versions and refactor accordingly

This commit is contained in:
Oliver
2021-06-18 21:28:07 +10:00
parent a415a2cd99
commit 65cabc2fa9
12 changed files with 205 additions and 144 deletions

View File

@ -19,27 +19,27 @@ dependencies:
flutter_localizations:
sdk: flutter
intl: ^0.16.1
intl: ^0.17.0
cupertino_icons: ^0.1.3
http: ^0.12.1
http: ^0.13.0
cached_network_image: ^2.5.0
qr_code_scanner: ^0.3.5 # Barcode scanning
package_info: ^0.4.0 # App information introspection
device_info: ^1.0.0 # Information about the device
package_info: ^2.0.0 # App information introspection
device_info: ^2.0.0 # Information about the device
font_awesome_flutter: ^8.8.1 # FontAwesome icon set
flutter_speed_dial: ^1.2.5 # FAB menu elements
sentry_flutter: ^4.0.4 # Error reporting
sentry_flutter: 5.0.0 # Error reporting
flutter_typeahead: ^1.8.1 # Auto-complete input field
image_picker: ^0.6.6 # Select or take photos
url_launcher: ^5.7.10 # Open link in system browser
flutter_markdown: ^0.5.2 # Rendering markdown
image_picker: ^0.8.0 # Select or take photos
url_launcher: 6.0.0 # Open link in system browser
flutter_markdown: ^0.6.2 # Rendering markdown
camera: # Camera
path_provider: ^1.6.27 # Local file storage
path_provider: 2.0.1 #^1.6.28 # Local file storage
sembast: ^2.4.9 # NoSQL data storage
one_context: ^0.5.0 # Dialogs without requiring context
infinite_scroll_pagination: ^2.3.0 # Let the server do all the work!
audioplayers:
audioplayers: ^0.19.0
path:
dev_dependencies: