mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fixes for static analysis
This commit is contained in:
parent
e9608ec1fc
commit
ad97fb0f92
6 changed files with 26 additions and 9 deletions
10
pubspec.yaml
10
pubspec.yaml
|
|
@ -15,12 +15,6 @@ environment:
|
|||
|
||||
dependencies:
|
||||
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
|
||||
audioplayers: ^0.20.1 # Play audio files
|
||||
cached_network_image: ^3.2.0 # Download and cache remote images
|
||||
camera: ^0.9.4 # Camera
|
||||
|
|
@ -29,7 +23,11 @@ dependencies:
|
|||
device_info_plus: ^3.2.2 # Information about the device
|
||||
dropdown_search: ^0.6.3 # Dropdown autocomplete form fields
|
||||
file_picker: ^4.5.1 # Select files from the device
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_cache_manager: ^3.3.0
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_markdown: ^0.6.9 # Rendering markdown
|
||||
font_awesome_flutter: ^9.1.0 # FontAwesome icon set
|
||||
http: ^0.13.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue