marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

Updated null safety version, null check operator used on null value #73

Closed PcolBP closed 3 years ago

PcolBP commented 3 years ago

Found out that Title and Desc are Nullable but at the end they are used with non nullable operand. If you want to test it just download nullsafety.1 version and pass null to title or desc null operand error will appear. Also updated a little code with const.

I choosed way when title and desc are null able. If u wish to make them required let me know.

This pr contains no breaking changes.