mirror of
https://github.com/inventree/inventree-app.git
synced 2025-08-06 04:31:43 +00:00
Barcode scan refactor (#651)
* Build file changes Lots of changes required to meet compatibility of new mobile_scanner lib * Increase build memory * Refactor camera controller - Use MobileScanner now - Much better UX / feedback * Cleanup * Move test sheet file * Update release notes * Move actions to floating action buttons * Tweak deps * tweak github actions * Updates
This commit is contained in:
27
pubspec.yaml
27
pubspec.yaml
@@ -4,13 +4,13 @@ description: InvenTree stock management
|
||||
version: 0.18.1+98
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.5 <3.13.0"
|
||||
sdk: ">=2.19.5 <3.32.2"
|
||||
|
||||
dependencies:
|
||||
adaptive_theme: ^3.3.0 # Theme management (e.g. dark mode)
|
||||
audioplayers: ^6.1.0 # Play audio files
|
||||
cached_network_image: ^3.3.1 # Download and cache remote images
|
||||
camera: ^0.10.3 # Camera
|
||||
camera: ^0.11.1 # Camera
|
||||
cupertino_icons: ^1.0.8
|
||||
currency_formatter: ^2.2.1 # Currency formatting
|
||||
datetime_picker_formfield: ^2.0.1 # Date / time picker
|
||||
@@ -20,27 +20,27 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_cache_manager: ^3.3.0
|
||||
flutter_localizations:
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_localized_locales: ^2.0.4
|
||||
flutter_localized_locales: ^2.0.5
|
||||
flutter_markdown: ^0.6.19 # Rendering markdown
|
||||
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
|
||||
flutter_zxing: ^1.8.2 # Barcode scanning
|
||||
http: ^1.2.2
|
||||
flutter_tabler_icons: ^1.43.0
|
||||
http: ^1.4.0
|
||||
image_picker: ^1.1.2 # Select or take photos
|
||||
infinite_scroll_pagination: ^4.0.0 # Let the server do all the work!
|
||||
intl: ^0.19.0
|
||||
intl: ^0.20.2
|
||||
mobile_scanner: ^7.0.1 # Barcode scanning support
|
||||
one_context: ^4.0.0 # Dialogs without requiring context
|
||||
open_filex: ^4.6.0 # Open local files
|
||||
open_filex: ^4.7.0 # Open local files
|
||||
package_info_plus: ^8.1.1 # App information introspection
|
||||
path: ^1.9.0
|
||||
path_provider: ^2.1.3 # Local file storage
|
||||
path_provider: ^2.1.5 # Local file storage
|
||||
sembast: ^3.6.0 # NoSQL data storage
|
||||
sentry_flutter: 8.9.0 # Error reporting
|
||||
url_launcher: ^6.3.0 # Open link in system browser
|
||||
wakelock_plus: ^1.2.8 # Prevent device from sleeping
|
||||
sentry_flutter: 8.14.2 # Error reporting
|
||||
url_launcher: ^6.3.1 # Open link in system browser
|
||||
wakelock_plus: ^1.3.2 # Prevent device from sleeping
|
||||
|
||||
dev_dependencies:
|
||||
flutter_launcher_icons: ^0.14.1
|
||||
@@ -60,7 +60,6 @@ flutter_icons:
|
||||
# The following section is specific to Flutter.
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
generate: true
|
||||
|
||||
assets:
|
||||
|
Reference in New Issue
Block a user