Error in new version Flutter 3.38.2 and Dart 3.10.0, flutter run -d chrome or edge #124
rubensgalvan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AppData/Local/Pub/Cache/hosted/pub.dev/flutter_eval-0.8.1/lib/src/painting/edge_insets.dart:89:7: Error: The non-abstract class '$EdgeInsets' is missing implementations for these members:
Try to either
class $EdgeInsets implements EdgeInsets, $Instance {
^^^^^^^^^^^
../../lib/packages/flutter/lib/src/painting/edge_insets.dart:597:9: Context: 'EdgeInsets.deflateRRect' is defined here.
edge_insets.dart:597
RRect deflateRRect(RRect rect) {
^^^^^^^^^^^^
../../lib/packages/flutter/lib/src/painting/edge_insets.dart:566:9: Context: 'EdgeInsets.inflateRRect' is defined here.
edge_insets.dart:566
RRect inflateRRect(RRect rect) {
^^^^^^^^^^^^
Beta Was this translation helpful? Give feedback.
All reactions