mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-18 13:15:31 +00:00
Flutter upgrades (#416)
* Upgrade flutter version * Update packages * update prj files * Bump android sdk target to 33
This commit is contained in:
@ -4,7 +4,7 @@ description: InvenTree stock management
|
||||
version: 0.12.7+74
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.5 <3.0.0"
|
||||
sdk: ">=2.19.5 <3.13.0"
|
||||
|
||||
dependencies:
|
||||
adaptive_theme: ^3.3.0 # Theme management (e.g. dark mode)
|
||||
@ -28,8 +28,8 @@ dependencies:
|
||||
flutter_speed_dial: ^6.2.0 # Speed dial / FAB implementation
|
||||
font_awesome_flutter: ^10.3.0 # FontAwesome icon set
|
||||
http: ^0.13.5
|
||||
image_picker: ^0.8.7+4 # Select or take photos
|
||||
infinite_scroll_pagination: ^3.2.0 # Let the server do all the work!
|
||||
image_picker: ^1.0.2 # Select or take photos
|
||||
infinite_scroll_pagination: ^4.0.0 # Let the server do all the work!
|
||||
intl: ^0.18.0
|
||||
one_context: ^2.1.0 # Dialogs without requiring context
|
||||
open_filex: ^4.3.2 # Open local files
|
||||
|
Reference in New Issue
Block a user