flutter_picker icon indicating copy to clipboard operation
flutter_picker copied to clipboard

Cannot use flutter_picker..

Open zmqp111 opened this issue 6 years ago • 2 comments

zmqp111 avatar Apr 05 '19 04:04 zmqp111

I add flutter_picker to pubspec.yaml and flutter packages get, I got the following error: Running "flutter packages get" in anicare...
Could not find a file named "pubspec.yaml" in git://github.com/yangyxd/flutter_picker.git 5e24669acaf18fb4073856f22527191a0ef69288. pub get failed (1)

zmqp111 avatar Apr 05 '19 04:04 zmqp111

Try adding the dependency in pubspec.yml the formal way:

dependencies:
  flutter_picker: ^1.0.10

cosmincatalin avatar Apr 07 '19 09:04 cosmincatalin