GAM3RG33K / flutter_settings_screens

Settings Screen with Custom Shared Preference Interface
MIT License
176 stars 71 forks source link

Make CacheProvider get methods return Futures #80

Open olhybrius opened 2 years ago

olhybrius commented 2 years ago

Hi !

First of all, thank you for your work on this project !

Would it be possible to update the CacheProvider's get methods signature to return Futures instead of regular types ? I am currently trying to build an implementation using flutter_secure_storage which only has asynchronous methods.

Thank you !