devdennysegura / flutter-netflix-clone

149 stars 67 forks source link

cant get packages #1

Closed UnluckyY1 closed 4 years ago

UnluckyY1 commented 5 years ago

C:\src\flutter-netflix-clone-master>flutter packages get

"Because netflix_clone depends on fluro from path which doesn't exist (could not find package fluro at "....\FlutterLibs\fluro"), version solving failed. Running "flutter packages get" in flutter-netflix-clone-master..." pub get failed (66)

UnluckyY1 commented 5 years ago

C:\src\flutter-netflix-clone-master>flutter packages get

"Because netflix_clone depends on fluro from path which doesn't exist (could not find package fluro at "....\FlutterLibs\fluro"), version solving failed. Running "flutter packages get" in flutter-netflix-clone-master..." pub get failed (66) i found a quick fix by going to the 'pubspec.yaml' and change fluro: path: ../../FlutterLibs/fluro to fluro: git: git://github.com/theyakka/fluro.git

devdennysegura commented 4 years ago

already this problem has fixed