添加网络支持后发布我的软件包时,出现此错误
Package validation found the following error:
* line 9, column 1 of lib/hexcolor_web.dart: This package does not have flutter_web_plugins in the `dependencies` section of `pubspec.yaml`.
╷
9 │ import 'package:flutter_web_plugins/flutter_web_plugins.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
答案 0 :(得分:1)
在您的pubspec.yaml内部
添加此
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter