stryder-dev / flutter_platform_widgets

Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets
MIT License
1.57k stars 171 forks source link

fixed Error: The argument type 'bool?' can't be assigned to the param… #442

Closed mattbodley closed 9 months ago

mattbodley commented 9 months ago

…eter type 'bool' because 'bool?' is nullable and 'bool' isn't.

aqwert commented 9 months ago

Version 6.0.1 is published with this fix