BasedHardware / Friend

AI wearable necklace
https://basedhardware.com
MIT License
2.06k stars 221 forks source link

Adding flavors and loading right .env file #305

Closed costa96 closed 1 week ago

costa96 commented 2 weeks ago

PR for https://github.com/BasedHardware/Friend/issues/297.

Remember to run:

The app icon is the one automatically generated by flutter_flavorizr. Consider updating them with env-specific icons (For instance with a badge).

diegoasua commented 1 week ago

We should make these three commands into a script

$ flutter clean
$ flutter pub get
$ flutter pub run build_runner build

Since they are run all the time

josancamon19 commented 1 week ago

Closing this PR as this was assigned before on #306