📜  由于数据库依赖 path_provider >=0.4.0 需要 Flutter SDK,版本解析失败. - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:36.439000             🧑  作者: Mango

代码示例1
Flutter path_provider and sdk version mismatch

i solved by the following steps
 i.flutter channel stable
 ii.run flutter upgrade
 iii.then run flutter clean
 iv.done with flutter pub get
 
 solved the error