Thursday, September 11, 2025
HomeiOS Developmentandroid - Flutter - Error: 'WidgetStateProperty' is exported from each. After updating...

android – Flutter – Error: ‘WidgetStateProperty’ is exported from each. After updating to model 3.24.1


Didn’t compile after updating Flutter model to model 3.24.1.

Log:

[
../../../../../../../fvm/versions/3.24.1/packages/flutter/lib/material.dart:196:1: Error: ‘WidgetStateProperty’ is exported from both ‘package:flutter/src/material/material_state.dart’ and ‘package:flutter/src/widgets/widget_state.dart’.
export ‘widgets.dart’;

../../../../../../../fvm/versions/3.24.1/packages/flutter/lib/src/material/material_state.dart:430:9: Error: The typedef ‘WidgetStateProperty’ has a reference to itself.
typedef WidgetStateProperty = WidgetStateProperty;
^
../../../../../../../fvm/versions/3.24.1/packages/flutter/lib/src/material/action_chip.dart:13:1: Error: ‘WidgetStateProperty’ is imported from both ‘package:flutter/src/material/material_state.dart’ and ‘package:flutter/src/widgets/widget_state.dart’.
import ‘material_state.dart’;
^^^^^^^^^^^^^^^^^^^
../../../../../../../fvm/versions/3.24.1/packages/flutter/lib/src/material/bottom_navigation_bar_theme.dart:11:1: Error: ‘WidgetStateProperty’ is imported from both ‘package:flutter/src/material/material_state.dart’ and ‘package:flutter/src/widgets/widget_state.dart’.
import ‘material_state.dart’;
^^^^^^^^^^^^^^^^^^^

Target kernel_snapshot_program failed: Exception

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:compileFlutterBuildDevDebug’.
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments