Results 21 comments of Diego Alvis

@akhil2000mittal can you give more details about the error? I'd Here is my local flutter version running in Android Studio 4.1 `[✓] Flutter (Channel stable, 1.22.1, on Mac OS X...

@akhil2000mittal issue seems to be related to null safety call at `my_address_page.dart` class line 83 ` child: cityList?.isNotEmpty != true` I've added a null check before it would be fix...

Ok @code-netizen all yours!

@code-netizen please create a `development.env` file. You can find the instructions in [README.md](https://github.com/LaCoro/ConsumerFlutterApp) about [how to get back4app credentials](https://github.com/LaCoro/ConsumerFlutterApp#how-to-configure-the-backend) and [how to set up then dot.env file](https://github.com/LaCoro/ConsumerFlutterApp#setting-up-your-dotenv-file)

@code-netizen you can comment/remove that line and modify the `EnvironmentConfiguration` To use the same file for both variants ``` class EnvironmentConfiguration { static Future run() async { const bool isProduction...

@code-netizen apologize you have gone through this. Missing google maps api key was added to `develop` branch. Let me know if you can run the app after this

@code-netizen error is related to missing google maps key, take a look at the `build.gradle` app level. The reason is that the manifest is expecting a value for that, you...

@code-netizen will update the SDK but still doesn’t seem like that is the error @llanox could you clone the project and try to run it in your end and confirm...

@code-netizen issue seems to be related to null safety call at `my_address_page.dart` class line 83 ` child: cityList?.isNotEmpty != true` I've added a null check before it would be fix...