Flutterando / slidy

CLI package manager and template for Flutter
https://pub.dev/packages/slidy
Apache License 2.0
806 stars 101 forks source link

Widget template allowing null to the Key #238

Closed fabiomotta0311 closed 3 years ago

fabiomotta0311 commented 3 years ago

The template widget created by slidy generate (below example) face error because the new version null safe did not allow null"key?"

"slidy generate widget manager/product/widgets/product_detail"

slidy_widget_tpl_pic

just remove the question mark from the model

jacobaraujo7 commented 3 years ago

It's cause a error in sound nullsafety codes. So, we had worked up to nullsafety dart versions.