Mr.Minnu

Results 57 comments of Mr.Minnu

Here are few more logs ``` Launching lib/main.dart on iPhone 12 in debug mode... Xcode build done. 40.1s Failed to build iOS app Error output from Xcode build: ↳ 2022-06-17...

@miguelpruivo Any idea about it?

I guess you can go with #64 @AliYar-Khan @kamleshwebtech ```yaml dependencies: flutter: sdk: flutter flutter_geocoder: git: url: https://github.com/JCKodel/flutter_geocoder.git ref: "b0361f4" ``` [Here is code](https://github.com/aloisdeniel/flutter_geocoder/tree/b0361f49b9002d0b4ad856dce1550fd2023d54b9)

@AlexMainaMunyua try this [`7059f6f`](https://github.com/JCKodel/flutter_geocoder/tree/7059f6f629336be2fa71117e971b5e7d9fd091f9) ```yaml dependencies: flutter: sdk: flutter flutter_geocoder: git: url: https://github.com/JCKodel/flutter_geocoder.git ref: "7059f6f" ``` BTW you don't need this any more, cause the package is now sounding null-safety

@Markaleth yes we do. Better read the docs once. 😄

@mZadorskii the latest version is sounding null safety. Not sure what are you struggling with 😕

@kamleshwebtech or @aloisdeniel better close this issue.

No need to worry about it buddy @mZadorskii just continue with it.

We can go with api calls instead of git commands. So that we can reduce usage of commands. Where this download progress can be cancelled.