kaina404 / FlutterDouBan

🔥🔥🔥Flutter豆瓣客户端,Awesome Flutter Project,全网最100%还原豆瓣客户端。首页、书影音、小组、市集及个人中心,一个不拉。( https://img.xuvip.top/douyademo.mp4)
8.7k stars 1.82k forks source link

flutter run 报错,mac下面。 #76

Open kingctan opened 4 years ago

kingctan commented 4 years ago

···

Compiler message: ../../.pub-cache/hosted/pub.flutter-io.cn/cached_network_image-1.1.0/lib/src/cached_network_image_provider.dart:42:24: Error: The method 'CachedNetworkImageProvider.load' has fewer positional arguments than those of overridden method 'ImageProvider.load'. ImageStreamCompleter load(CachedNetworkImageProvider key) {
^
../../Programs/flutter/packages/flutter/lib/src/painting/image_provider.dart:574:24: Context: This is the overridden method ('load'). ImageStreamCompleter load(T key, DecoderCallback decode);
^
lib/util/palette_generator.dart:70:3: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments. PaletteGenerator.fromColors(this.paletteColors, {this.targets})
^^^^^^^^^^
lib/util/palette_generator.dart:379:3: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments. PaletteTarget({
^^^^^^^^^^^^^
lib/util/palette_generator.dart:607:3: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments. PaletteColor(this.color, this.population)
^^^^^^^^^^^^

Compiler message:
../../.pub-cache/hosted/pub.flutter-io.cn/cached_network_image-1.1.0/lib/src/cached_network_image_provider.dart:42:24: Error: The method 'CachedNetworkImageProvider.load' has fewer positional arguments than those of overridden method 'ImageProvider.load'. ImageStreamCompleter load(CachedNetworkImageProvider key) {
^
../../Programs/flutter/packages/flutter/lib/src/painting/image_provider.dart:574:24: Context: This is the overridden method ('load'). ImageStreamCompleter load(T key, DecoderCallback decode);
^
lib/util/palette_generator.dart:70:3: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments. PaletteGenerator.fromColors(this.paletteColors, {this.targets})
^^^^^^^^^^
lib/util/palette_generator.dart:379:3: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments. PaletteTarget({
^^^^^^^^^^^^^
lib/util/palette_generator.dart:607:3: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments. PaletteColor(this.color, this.population)
^^^^^^^^^^^^
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null build failed.

FAILURE: Build failed with an exception.

BUILD FAILED in 7s
Running Gradle task 'assembleDebug'...
Running Gradle task 'assembleDebug'... Done 7.9s Exception: Gradle task assembleDebug failed with exit code 1

···

chendongpplingo commented 3 years ago

try replace 'extends' to 'with'