Hi everyone,
I'm trying to run my code in android studio for some offline tests but I get this when I try to flutter pub get :
PS C:\Sources\\> flutter pub get
Resolving dependencies...
! device_info_plus 8.0.0 (overridden) (9.1.1 available)
file 6.1.4 (7.0.0 available)
flutter_secure_storage 8.1.0 (9.0.0 available)
flutter_secure_storage_windows 2.1.1 (3.0.0 available)
google_fonts 4.0.4 (6.1.0 available)
http 0.13.6 (1.1.2 available)
intl 0.18.1 (0.19.0 available)
matcher 0.12.16 (0.12.16+1 available)
material_color_utilities 0.5.0 (0.8.0 available)
meta 1.10.0 (1.11.0 available)
path 1.8.3 (1.9.0 available)
shared_preferences_ios 2.1.1 (discontinued replaced by shared_preferences_foundation)
test_api 0.6.1 (0.7.0 available)
uuid 4.2.2 (4.3.1 available)
web 0.3.0 (0.4.0 available)
win32 3.1.4 (5.1.1 available)
Got dependencies!
1 package is discontinued.
15 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
PS C:\Sources\\> flutter pub outdated
Showing outdated packages.
[*] indicates versions that are not the latest available.
Package Name Current Upgradable Resolvable Latest
direct dependencies:
device_info_plus *8.0.0 (overridden) *8.0.0 (overridden) *8.0.0 (overridden) 9.1.1
flutter_secure_storage *8.1.0 *8.1.0 *8.1.0 9.0.0
google_fonts *4.0.4 *4.0.4 *4.0.4 6.1.0
http *0.13.6 *0.13.6 *0.13.6 1.1.2
intl *0.18.1 *0.18.1 *0.18.1 0.19.0
path *1.8.3 *1.8.3 *1.8.3 1.9.0
You are already using the newest resolvable versions listed in the 'Resolvable' column.
Newer versions, listed in 'Latest', may not be mutually compatible.
I don't use it but I guess FlutterFlow does. What can I do about it ?