You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ If you want to clone this project and try it out, you should follow the next ste
14
14
### API KEY
15
15
16
16
Create an `assets` folder juts in the root of this project, and inside it, you would need to store
17
-
the `resources.secrets.json` file.
17
+
the `secrets.json` file.
18
18
19
19
The IMDB **API Key** could be obtained from this [link](https://www.themoviedb.org/account/signup)
20
20
21
-
*resources.secrets.json:*
21
+
*secrets.json:*
22
22
23
23
```
24
24
{
@@ -76,4 +76,4 @@ In order to work with this project I will be following and merging these differe
76
76
-[Heroes App — Handle sensitive data, API and JSON serialization in Flutter](https://medium.com/aubergine-solutions/heroes-app-handle-sensitive-data-api-and-json-serialization-3022d53dfe08)
77
77
-[Storing your secret keys in Flutter](https://medium.com/@sokrato/storing-your-secret-keys-in-flutter-c0b9af1c0f69)
0 commit comments