Flutter之导url_launcher包提示 A dependency may only have one source.

简介: Flutter之导url_launcher包提示 A dependency may only have one source.

1、问题

flutter项目在pubspec.yaml导入url_launcher包,然后点击Pub get错误提示如下

F:\flutter_sdk\flutter\bin\flutter.bat --no-color pub get
Running "flutter pub get" in flutter_1...                       
Error on line 25, column 5 of pubspec.yaml: A dependency may only have one source.
25 │ ┌     sdk: flutter
26 │ │     url_launcher: ^5.5.0
27 │ │ 
28 │ │ 
29 │ │   # The following adds the Cupertino Icons font to your application.
30 │ │   # Use with the CupertinoIcons class for iOS style icons.
31 │ │   cupertino_icons: ^0.1.3
   │ └──^
pub get failed (65;    ╵)
Process finished with exit code 65

2、分析

20170724223902569.png

cupertino_icons和url_launcher关键字没有左对齐

 

3、解决办法

让cupertino_icons和url_launcher关键字左对齐,然后再点击Pub get更新包就行

20170724223902569.png

相关文章
|
数据库 数据库管理
Flutter中的sqflite包使用简介
Flutter中的sqflite包使用简介
|
存储 编解码 Dart
探索Flutter包体优化
如何低成本的降低Flutter包体容量
332 0
|
Java 开发工具
flutter的jar包不能下载问题 解决
flutter的jar包不能下载问题 解决
234 0
flutter的jar包不能下载问题 解决
|
测试技术
【Flutter】插件包选择 ( 查看文档是否全面 | 查看插件包的更新版本次数 | 查看使用示例 | 查看 GitHub 项目的 Star Fork Issues )(二)
【Flutter】插件包选择 ( 查看文档是否全面 | 查看插件包的更新版本次数 | 查看使用示例 | 查看 GitHub 项目的 Star Fork Issues )(二)
112 0
【Flutter】插件包选择 ( 查看文档是否全面 | 查看插件包的更新版本次数 | 查看使用示例 | 查看 GitHub 项目的 Star Fork Issues )(二)
|
计算机视觉 开发者
【Flutter】插件包选择 ( 查看文档是否全面 | 查看插件包的更新版本次数 | 查看使用示例 | 查看 GitHub 项目的 Star Fork Issues )(一)
【Flutter】插件包选择 ( 查看文档是否全面 | 查看插件包的更新版本次数 | 查看使用示例 | 查看 GitHub 项目的 Star Fork Issues )(一)
178 0
【Flutter】插件包选择 ( 查看文档是否全面 | 查看插件包的更新版本次数 | 查看使用示例 | 查看 GitHub 项目的 Star Fork Issues )(一)
|
Dart
【Flutter】开发 Flutter 包和插件 ( 开发 Dart 插件包 | 发布 Dart 插件包 )(二)
【Flutter】开发 Flutter 包和插件 ( 开发 Dart 插件包 | 发布 Dart 插件包 )(二)
210 0
【Flutter】开发 Flutter 包和插件 ( 开发 Dart 插件包 | 发布 Dart 插件包 )(二)
|
Dart 数据可视化 Android开发
【Flutter】开发 Flutter 包和插件 ( 开发 Dart 插件包 | 发布 Dart 插件包 )(一)
【Flutter】开发 Flutter 包和插件 ( 开发 Dart 插件包 | 发布 Dart 插件包 )(一)
610 0
【Flutter】开发 Flutter 包和插件 ( 开发 Dart 插件包 | 发布 Dart 插件包 )(一)
【错误记录】发布 Flutter 插件包报错 ( ‘gmail.com‘ has insufficient permissions to upload new versions of package)
【错误记录】发布 Flutter 插件包报错 ( ‘gmail.com‘ has insufficient permissions to upload new versions of package)
283 0
【错误记录】发布 Flutter 插件包报错 ( ‘gmail.com‘ has insufficient permissions to upload new versions of package)
|
Dart
【错误记录】发布 Flutter 插件包报错 ( Failed to upload the package.pub finished with exit code 1 )
【错误记录】发布 Flutter 插件包报错 ( Failed to upload the package.pub finished with exit code 1 )
501 0
【错误记录】发布 Flutter 插件包报错 ( Failed to upload the package.pub finished with exit code 1 )
【错误记录】发布 Flutter 插件包报错 ( It‘s strongly recommended to include a “homepage“ or “repository“ field )
【错误记录】发布 Flutter 插件包报错 ( It‘s strongly recommended to include a “homepage“ or “repository“ field )
251 0
【错误记录】发布 Flutter 插件包报错 ( It‘s strongly recommended to include a “homepage“ or “repository“ field )

热门文章

最新文章