dhruvpatidar359 / Fluttersnips

Make your first Pull Request on Hacktoberfest 2023. Don't forget to spread love and if you like give us a ⭐️FlutterSnips is a platform where you can find already builded Widgets and Use them
https://fluttersnips.vercel.app
MIT License
34 stars 20 forks source link

Runtime error #13

Closed othnielussher closed 1 year ago

othnielussher commented 1 year ago

The pull request (#11) had runtime errors when you navigate to the Layouts tab.

Another exception was thrown: Incorrect use of ParentDataWidget.

Do check the console for logs when you execute flutter run.

dhruvpatidar359 commented 1 year ago

i have resolved it in the updated code , don't worry , this error is due to covering of expand widget with clipRect . As we can only cover a expand with Flex . The code for our particular card contains a clipRect under that we have contentWidget . So i have removed the expand and it is working fine.