FlutterTim / flutter_gallery_app

Flutter Gallery App
0 stars 0 forks source link

Distribution of .env files? #1

Open M-Ahal opened 6 days ago

M-Ahal commented 6 days ago

The project needs an environment file to even compile. Since no .env file exists in the repo for security reason, either of the following are needed:

  1. A key distribution method needs to be setup
  2. README needs to give instructions on how configure one

For now, I've managed to RE it from the code

FlutterTim commented 2 days ago

Whoops, yeah I completely forgot that I needed to add information about the .env. I made a pull request to add a .env template and added information to the readme on how to obtain an API Key. https://github.com/FlutterTim/flutter_gallery_app/pull/5