http_parser icon indicating copy to clipboard operation
http_parser copied to clipboard

Error in http_parser with dart 3.4

Open dannnnthemannnn opened this issue 1 year ago • 2 comments
trafficstars

Running flutter pub run build_runner build --output=build

yields

[WARNING] ../../../../.pub-cache/hosted/pub.dev/http_parser-4.0.2/lib/src/case_insensitive_map.dart:10:37: Error: The class 'CanonicalizedMap' can't be extended outside of its library because it's a final class.
class CaseInsensitiveMap<V> extends CanonicalizedMap<String, String, V> {

dannnnthemannnn avatar May 20 '24 22:05 dannnnthemannnn