mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fix network cache images
- Changed from using flutter_advanced_networkimage to cached_network_image - flutter_advanced_networkimage is now outdated - cached_network_image is the pseudo official library
This commit is contained in:
parent
7ba1fc9328
commit
b4710b56e3
9 changed files with 251 additions and 126 deletions
|
|
@ -26,9 +26,8 @@ dependencies:
|
|||
http: ^0.12.1
|
||||
shared_preferences: ^0.5.7
|
||||
|
||||
flutter_advanced_networkimage: ^0.7.0 # Pull image from network or cache
|
||||
cached_network_image: ^2.5.0
|
||||
preferences: ^5.2.0 # Persistent settings storage
|
||||
#barcode_scan: ^3.0.1 # Barcode / QR code scanning
|
||||
qr_code_scanner: ^0.0.13
|
||||
package_info: ^0.4.0 # App information introspection
|
||||
font_awesome_flutter: ^8.8.1 # FontAwesome icon set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue