PS D:projectscodingweb devroom bookingmy_app> flutter clean
PS D:projectscodingweb devroom bookingmy_app> flutter pub upgrade
Resolving dependencies…
The current Dart SDK version is 2.19.0-146.2.beta.
Because Room_Booking requires SDK version >=3.4.0 <4.0.0, version solving failed.
pub finished with exit code 1
PS D:projectscodingweb devroom bookingmy_app> flutter pub get
The current Dart SDK version is 2.19.0-146.2.beta.
Because Room_Booking requires SDK version >=3.4.0 <4.0.0, version solving failed.
Running “flutter pub get” in my_app…
pub get failed
command: “D:programesflutterbincachedart-sdkbindart __deprecated_pub –verbosity=warning get
–no-precompile”
pub env: {
“FLUTTER_ROOT”: “D:programesflutter”,
“PUB_ENVIRONMENT”: “flutter_cli:get”,
“PUB_CACHE”: “C:UsersAdministrateurAppDataLocalPubCache”,
}
exit code: 1
last line of pub output: “Because Room_Booking requires SDK version >=3.4.0 <4.0.0, version solving failed.”
IDK whats the problem in this project
hancodx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.