flutter_progress_dialog icon indicating copy to clipboard operation
flutter_progress_dialog copied to clipboard

Project not building on new beta sdk 1.26.0-17.6.pre

Open Dhana2513 opened this issue 4 years ago • 3 comments

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_progress_dialog-0.1.0/lib/src/widget/theme.dart:39:15: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'.

  • 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('/C:/src/flutter/packages/flutter/lib/src/widgets/framework.dart'). Try correcting the name to the name of an existing method, or defining a method named 'inheritFromWidgetOfExactType'. context.inheritFromWidgetOfExactType(_ProgressTheme); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Failed to compile application.

Dhana2513 avatar Feb 24 '21 07:02 Dhana2513

Experiencing the same issue, I was about to create an issue, but then saw this one

mashegoindustries avatar Mar 03 '21 20:03 mashegoindustries

In the mean time, you may want to checkout pull request, which fixes this issue.

Whilst we waiting for the pull request to be accepted

Fork the project and fix it your self. I just did that.

mashegoindustries avatar Mar 03 '21 20:03 mashegoindustries

This solved my the same issue : stackoverflow

t-walker-wei avatar Apr 08 '21 03:04 t-walker-wei