icapps / flutter_secure_file_storage

MIT License
8 stars 2 forks source link

Use method channel to check for >= iOS 13 #3

Closed ikbendewilliam closed 2 years ago

ikbendewilliam commented 2 years ago

Now we use the device_info_plus package, but we only need the one check. So it would be better to do the check native and return a bool.

AS IS: It just checks != 12 so it would also match below 12!