mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Update Requirements (#541)
* Update package requiremenst * github workflow updates * ios build updates * Theme adjustments * Further updates * Fix typo * Deprecated imperative apply of Flutter's Gradle plugins Ref: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply * Refactor wedge scanner * Add context checks * Adjust behaviour if testing * Further refactoring * Moar checks * Logic fix * Fix for wedge scanner test * Fix for barcode processing * Fix * Yet another fix
This commit is contained in:
26
pubspec.yaml
26
pubspec.yaml
@ -8,15 +8,15 @@ environment:
|
||||
|
||||
dependencies:
|
||||
adaptive_theme: ^3.3.0 # Theme management (e.g. dark mode)
|
||||
audioplayers: ^4.1.0 # Play audio files
|
||||
audioplayers: ^6.1.0 # Play audio files
|
||||
cached_network_image: ^3.3.1 # Download and cache remote images
|
||||
camera: ^0.10.3 # Camera
|
||||
cupertino_icons: ^1.0.8
|
||||
currency_formatter: ^2.0.1
|
||||
currency_formatter: ^2.2.1 # Currency formatting
|
||||
datetime_picker_formfield: ^2.0.1 # Date / time picker
|
||||
device_info_plus: ^8.2.2 # Information about the device
|
||||
device_info_plus: ^10.1.2 # Information about the device
|
||||
dropdown_search: ^5.0.6 # Dropdown autocomplete form fields
|
||||
file_picker: ^5.3.1 # Select files from the device
|
||||
file_picker: ^8.1.2 # Select files from the device
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_cache_manager: ^3.3.0
|
||||
@ -27,19 +27,19 @@ dependencies:
|
||||
flutter_overlay_loader: ^2.0.0 # Overlay screen support
|
||||
flutter_speed_dial: ^6.2.0 # Speed dial / FAB implementation
|
||||
flutter_tabler_icons: ^1.35.0
|
||||
http: ^0.13.6
|
||||
image_picker: ^1.0.8 # Select or take photos
|
||||
http: ^1.2.2
|
||||
image_picker: ^1.1.2 # Select or take photos
|
||||
infinite_scroll_pagination: ^4.0.0 # Let the server do all the work!
|
||||
intl: ^0.18.0
|
||||
one_context: ^2.1.0 # Dialogs without requiring context
|
||||
open_filex: ^4.4.0 # Open local files
|
||||
package_info_plus: ^3.0.2 # App information introspection
|
||||
path: ^1.8.2
|
||||
intl: ^0.19.0
|
||||
one_context: ^4.0.0 # Dialogs without requiring context
|
||||
open_filex: ^4.5.0 # Open local files
|
||||
package_info_plus: ^8.0.2 # App information introspection
|
||||
path: ^1.9.0
|
||||
path_provider: ^2.1.3 # Local file storage
|
||||
qr_code_scanner: ^1.0.1 # Barcode scanning
|
||||
sembast: ^3.6.0 # NoSQL data storage
|
||||
sentry_flutter: 7.9.0 # Error reporting
|
||||
url_launcher: ^6.2.4 # Open link in system browser
|
||||
sentry_flutter: 8.9.0 # Error reporting
|
||||
url_launcher: ^6.3.0 # Open link in system browser
|
||||
|
||||
dev_dependencies:
|
||||
flutter_launcher_icons: ^0.11.0
|
||||
|
Reference in New Issue
Block a user