pinkfish / flutter_places_dialog

Google places picker plugin for flutter. Opens up the google places picker on ios and android returning the chosen place back to the flutter app.
Other
44 stars 10 forks source link

App not responding when cancelling location picker #2

Open mahasadhu opened 6 years ago

mahasadhu commented 6 years ago

When I open the location picker then press back button, the app is not responding and the vscode directly open the message_codecs.dart on throw new PlatformException(code: errorCode, message: errorMessage, details: errorDetails);

mahasadhu commented 6 years ago

nevermind, at least it works on release build

pinkfish commented 6 years ago

I had some issues on iOS with this, however I think I got this working now?

On Sat, 26 May 2018 at 07:51, Agus Mahasadhu notifications@github.com wrote:

nevermind, at least it works on release build

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pinkfish/flutter_places_dialog/issues/2#issuecomment-392266379, or mute the thread https://github.com/notifications/unsubscribe-auth/ACbmMcsvSZ9BawdLEGHXb09bXt_bXKoVks5t2WwMgaJpZM4UOxuo .

mahasadhu commented 6 years ago

Hmm don't know though. I saw a lot of issues regarding of PlatformException on stackoverflow / flutter issues page. Most of them are in firebase integration. So, flutter's bug maybe ?