Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
459 views
in Technique[技术] by (71.8m points)

flutter - amplify_flutter any which doesn't exist (could not find package amplify_flutter at https://pub.dartlang.org),

I am trying implement amplify-flutter from this document but when i run pub get it showing "depends on amplify_flutter any which doesn't exist (could not find package amplify_flutter at https://pub.dartlang.org), version solving failed."
https://github.com/aws-amplify/amplify-flutter/blob/master/example/pubspec.yaml


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can use amplify_flutter from github!

dependencies:
  amplify_flutter:
    git:
      url: git://github.com/aws-amplify/amplify-flutter.git
      path: packages/amplify_flutter

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...