mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Many many changes for null-safety support
This commit is contained in:
10
pubspec.yaml
10
pubspec.yaml
@ -23,23 +23,23 @@ dependencies:
|
||||
|
||||
cupertino_icons: ^0.1.3
|
||||
http: ^0.13.0
|
||||
cached_network_image: ^2.5.0
|
||||
cached_network_image: ^2.5.0 # Download and cache remote images
|
||||
qr_code_scanner: ^0.3.5 # Barcode scanning
|
||||
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: 5.0.0 # Error reporting
|
||||
sentry_flutter: 5.0.0 # Error reporting
|
||||
flutter_typeahead: ^1.8.1 # Auto-complete input field
|
||||
image_picker: ^0.8.0 # Select or take photos
|
||||
url_launcher: 6.0.0 # Open link in system browser
|
||||
url_launcher: 6.0.0 # Open link in system browser
|
||||
flutter_markdown: ^0.6.2 # Rendering markdown
|
||||
camera: # Camera
|
||||
path_provider: 2.0.1 #^1.6.28 # Local file storage
|
||||
path_provider: 2.0.1 # 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: ^0.19.0
|
||||
audioplayers: ^0.19.0 # Play audio files
|
||||
path:
|
||||
|
||||
dev_dependencies:
|
||||
|
Reference in New Issue
Block a user