Correct way of storing API Keys in flutter following best practises

前端 未结 4 1184
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-23 14:36

Which is the correct way(best practice) of adding secret API keys in flutter in case I want to push the code on github. I\'ve made a simple app that consumes an API b

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 15:09

    You can use flutter_secure_storage from the oficial Flutter Packages

提交回复
热议问题