dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 414 forks source link

Build error with Flutter beta channel, No named parameter with the name 'shadowThemeOnly'. #138

Closed jerry-cai closed 3 years ago

jerry-cai commented 3 years ago

../../development/flutter/.pub-cache/git/flutter-cupertino-date-picker-38630701b92a4fd0b753f9ab38b3581a5645a629/lib/src/date_picker.dart:103:34: Error: No named parameter with the name 'shadowThemeOnly'. theme: Theme.of(context, shadowThemeOnly: true), ^^^^^^^^^^^^^^^ ../../development/flutter/packages/flutter/lib/src/material/theme.dart:107:20: Context: Found this candidate, but the arguments don't match. static ThemeData of(BuildContext context) { ^^

Command PhaseScriptExecution failed with a nonzero exit code

yashrajsharma23 commented 3 years ago

I am also facing the same issue if you found the solution please share it.