getwidget icon indicating copy to clipboard operation
getwidget copied to clipboard

Error on flutter 3.29

Open skylastn opened this issue 11 months ago • 2 comments

Describe the bug Warning: SDK processing. This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times. ../../../../../.pub-cache/hosted/pub.dev/getwidget-5.0.0/lib/components/button/gf_button.dart:579:34: Error: The argument type 'bool?' can't be assigned to the parameter type 'bool' because 'bool?' is nullable and 'bool' isn't. enableFeedback: widget.enableFeedback, ^ Target kernel_snapshot_program failed: Exception

To Reproduce Steps to reproduce the behavior:

  1. Running flutter

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

Image

skylastn avatar Feb 14 '25 09:02 skylastn

See issue #356 - it shows how to solve the issue...

ylahav avatar Feb 16 '25 09:02 ylahav

i have been solved this issue on Link : Pull Request

please review it bro

skylastn avatar Feb 17 '25 09:02 skylastn

We have updated the package.

pietechsolution avatar Sep 09 '25 06:09 pietechsolution