2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 11:45:31 +00:00

Fixes for static analysis

This commit is contained in:
Oliver Walters
2022-03-29 20:43:27 +11:00
parent e9608ec1fc
commit ad97fb0f92
6 changed files with 26 additions and 9 deletions

View File

@ -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