matthinc / flutter_cupertino_settings

A Flutter widget to create an iOS settings-table (static TableView).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Null-Safety

sageata opened this issue · comments

Support for null-safety, please :D

Please comment on ETA if this is being worked on. Thanks.

Please comment if there are plans to work on this?

commented

This pull request has a commit for adding null safety supprort
#28

@matthinc - could you merge above pull request and release null-safe version?

Hi,

thanks for pushing this issue and sorry for the late response, I was very busy with by bachelors thesis recently.
I merged the PR (which introduces NULL safety) and updated the version to 0.5.0.

commented

@matthinc Thanks. I was using @n8han 's version of cupertino_flutter_settings, I'll switch to your version.