CCExtractor / beacon

Flutter application to share location with a group. (under development)
61 stars 149 forks source link

Add Environment config file #135

Closed adarsh-technocrat closed 2 years ago

adarsh-technocrat commented 2 years ago

Describe the Issue

The issue is currently we are calling this FlutterConfig.get(<Env Variable>) everywhere where it's needed. Instead, the proposed solution is to create a class and declare these as static variables. And also add IOS Google Map API Key in Env Variables so that developers can test this app in both Android and IOS.

Thank You :)

Cc: @nb9960 @Aadeesh11 @ItsAdityaKSingh