Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upInline Google Maps support #73
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
FlutterIssues
Nov 9, 2015
Comment by eseidelGoogle
Wednesday Aug 05, 2015 at 19:35 GMT
We might need this for the Fitness app, depending.
FlutterIssues
commented
Nov 9, 2015
|
We might need this for the Fitness app, depending. |
FlutterIssues
added this to the
Blue Sky milestone
Nov 9, 2015
FlutterIssues
added
framework
severe: new feature
labels
Nov 9, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
This is presumably going to be a "third-party" component, right? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
collinjackson
Dec 16, 2015
Contributor
We'll almost certainly want to use some non-Dart SDK to provide Maps support, so yes.
|
We'll almost certainly want to use some non-Dart SDK to provide Maps support, so yes. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
eseidelGoogle
May 13, 2016
Contributor
We expect developers will use Maps by using a "native" iOS or Android maps view, per:
https://docs.google.com/document/d/1DOfwpL6VojCAG_zjjcA_z5ekF7rTIohV8dWn2o7_IME/edit
|
We expect developers will use Maps by using a "native" iOS or Android maps view, per: |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
a14n
May 13, 2016
Contributor
I don't see in this doc descriptions of how to integrate native widget (like Maps) into your flutter apps. Have I missed something ?
|
I don't see in this doc descriptions of how to integrate native widget (like Maps) into your flutter apps. Have I missed something ? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
eseidelGoogle
May 13, 2016
Contributor
Sorry, I may have been a bit overzealous in my linking. Said doc is pre-work for Flutter to participate as a normal View inside Obj-C/Java applications. The path to add other Obj-C/Java code to them is not yet documented, no.
|
Sorry, I may have been a bit overzealous in my linking. Said doc is pre-work for Flutter to participate as a normal View inside Obj-C/Java applications. The path to add other Obj-C/Java code to them is not yet documented, no. |
jason-simmons
referenced this issue
Jul 21, 2016
Closed
Assertion failure when rotating screen during animation #3675
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
tjerkw
Sep 7, 2016
As a developer i really want to use the native Google Maps component to render inside my flutter app. I just created a flutter app and this is kind of a blocker. The only solution is to build it in Java/Android and open it when clicking a flutter button.
Ideally I would like a 'NativeView' in flutter, which renders a native widget inside flutter.
This is probably quite difficult because you have merge rendering / events into the flutter rendering engine.
It also goes against the flutter 'one widget for both platforms'. However, sometimes complex widgets (like a map) are really something you want to reuse.
tjerkw
commented
Sep 7, 2016
|
As a developer i really want to use the native Google Maps component to render inside my flutter app. I just created a flutter app and this is kind of a blocker. The only solution is to build it in Java/Android and open it when clicking a flutter button. Ideally I would like a 'NativeView' in flutter, which renders a native widget inside flutter. It also goes against the flutter 'one widget for both platforms'. However, sometimes complex widgets (like a map) are really something you want to reuse. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Goutte
Dec 2, 2016
Hello ! I would love to know the roadmap of this feature, or even if one even exists. I have two mobile apps in the works and both rely heavily on a map. I love Dart, and I'm looking for an excuse to try Flutter.
The solution with FlutterView looks overly complicated, from the point of view of a rookie who has never written a single line of Flutter. The other solutions do not suit my need, I need a fully interactive map.
I don't know how hairy that is to implement in Flutter, nor if you even plan to implement it someday. Any info would be appreciated. I guess the resolution of this issue will be my signal to start development with Flutter.
Goutte
commented
Dec 2, 2016
|
Hello ! I would love to know the roadmap of this feature, or even if one even exists. I have two mobile apps in the works and both rely heavily on a map. I love Dart, and I'm looking for an excuse to try Flutter. The solution with I don't know how hairy that is to implement in Flutter, nor if you even plan to implement it someday. Any info would be appreciated. I guess the resolution of this issue will be my signal to start development with Flutter. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
debunge
Jan 8, 2017
Is there any chance maps will be implemented in 2017? I love Dart and would like very much to use Flutter, but I really need non-static maps, like showing points of interest nearby and showing the description upon the click on the point.
debunge
commented
Jan 8, 2017
|
Is there any chance maps will be implemented in 2017? I love Dart and would like very much to use Flutter, but I really need non-static maps, like showing points of interest nearby and showing the description upon the click on the point. |
sethladd
modified the milestones:
3: Make conferences happy,
4: Make Hixie proud
Jan 11, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jingweno
commented
Jan 17, 2017
|
Any updates on this? |
Hixie
added
the
plugin
label
Jan 23, 2017
sethladd
modified the milestones:
3: Make conferences happy,
4: Make shippers happy
Jan 26, 2017
ppolasek
referenced this issue
Feb 8, 2017
Closed
type 'MappedListIterable<Recipe, dynamic>' is not a subtype of type 'List<Widget>' of 'children' #7956
skybrian
referenced this issue
Feb 16, 2017
Closed
stack trace while determining whether to send crash report #8209
Reagankm
referenced this issue
Feb 24, 2017
Closed
Fixed extent lists cannot handle infinite container extent #8398
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
markmooibroek
May 14, 2017
First of all I (fulltime Android dev) love flutter and the progress that is made the last months is impressive. That said, I think this issue is a pretty big blocker for a lot of people that are willing to migrate their business in the future.
I'm currently doing a case study for the company i am working for and if a NativeView (per tjerkw's suggestion) feature exists we could use that to properly bridge the gap between the different platforms!
markmooibroek
commented
May 14, 2017
|
First of all I (fulltime Android dev) love flutter and the progress that is made the last months is impressive. That said, I think this issue is a pretty big blocker for a lot of people that are willing to migrate their business in the future. I'm currently doing a case study for the company i am working for and if a NativeView (per tjerkw's suggestion) feature exists we could use that to properly bridge the gap between the different platforms! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
abarth
May 14, 2017
Contributor
I think this issue is a pretty big blocker for a lot of people that are willing to migrate their business in the future.
Yes. We've gotten that feedback consistently. It's just a question of what implementation approach we want to take and when to schedule the work.
Yes. We've gotten that feedback consistently. It's just a question of what implementation approach we want to take and when to schedule the work. |
abarth
modified the milestones:
3: Make conferences happy,
4: Make shippers happy
May 14, 2017
Hixie
added
the
engine
label
May 30, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bramvbilsen
Jun 16, 2017
Is there any progress on this? I've got two apps sketched that require maps and would like to make them my first Flutter app in the stores. So is this going to come out within the next few months or are we talking next year? :)
bramvbilsen
commented
Jun 16, 2017
|
Is there any progress on this? I've got two apps sketched that require maps and would like to make them my first Flutter app in the stores. So is this going to come out within the next few months or are we talking next year? :) |
amirh
referenced this issue
Aug 29, 2018
Merged
Port google_maps_flutter to use AndroidView for embedding the map. #743
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
amirh
Aug 29, 2018
Contributor
An Android only preview of the inline google maps plugin is now available at: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter
(the framework and engine support required for this is currently only available on the master channel)
|
An Android only preview of the inline google maps plugin is now available at: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter (the framework and engine support required for this is currently only available on the master channel) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
feinstein
commented
Aug 29, 2018
|
The Readme speaks about iOS setup ... Shouldn't this be more clarified? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Good point, I'll remove it for now. |
Saurabh-Singh-00
referenced this issue
Sep 2, 2018
Open
CERTIFICATE_VERIFY_FAILED: unable to get local issuer #21218
apatil88
referenced this issue
Sep 6, 2018
Closed
Failed assertion 'constraints.hasBoundedWidth': is not true. #21511
anindyamanna
referenced this issue
Sep 7, 2018
Closed
Error happened on hot reloading the default Flutter app on Android Studio. #21546
AlfredoZuloaga
referenced this issue
Sep 7, 2018
Closed
EXCEPTION CAUGHT BY WIDGETS LIBRARY NotificationListener<KeepAliveNotification> #21559
zkcode
referenced this issue
Sep 8, 2018
Open
reroute to same statefulWidget (back and reenter), bug appear #21597
mzayani
referenced this issue
Sep 11, 2018
Open
DefaultTabController crashes when used with Streams #21687
mayankjanmejay
referenced this issue
Sep 13, 2018
Closed
Issue with dynamic list and list view #21819
viratshukla
referenced this issue
Sep 19, 2018
Closed
Failed assertion: line 230 pos 15: 'data != null': is not true #22028
hitanshu1
referenced this issue
Sep 19, 2018
Open
'package:flutter/src/widgets/scroll_position.dart': Failed assertion: line 661 pos 12: 'pixels != I/flutter ( 9650): null': is not true. #22042
thaofactor
referenced this issue
Sep 23, 2018
Open
Failed assertion: boolean expression must not be null #22181
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
cosminstoinescu
Sep 23, 2018
Hi, when testing google_maps_flutter I encountered the following problem:
If I press 'Go to London' button, the map goes at that location, and if I try to do a zoom out the application stop working and closes.
Log:
E/JavaBinder(10217): !!! FAILED BINDER TRANSACTION !!! (parcel size = 3050800)
I/Process (10217): Sending signal. PID: 10217 SIG: 9
Lost connection to device.
If I do a zoom in, everithing works, and then if I do a zoom out, the aplication works fine until it reaches the zoom value set when the button was pressed.
If I dont press the button, I can do zoom in and zoo out without any problems.
cosminstoinescu
commented
Sep 23, 2018
|
Hi, when testing google_maps_flutter I encountered the following problem: If I do a zoom in, everithing works, and then if I do a zoom out, the aplication works fine until it reaches the zoom value set when the button was pressed. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
zoechi
Sep 24, 2018
Contributor
@cosminstoinescu it's probably better to create a new issue for this specific problem with a completely filled issue template and if possible a running minimal reproduction.
|
@cosminstoinescu it's probably better to create a new issue for this specific problem with a completely filled issue template and if possible a running minimal reproduction. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
cosminstoinescu
commented
Sep 24, 2018
|
Created issue ticket: #22228: Inline Google Maps - zoom crash |
zoechi
added
the
p: maps
label
Sep 25, 2018
huyffs
referenced this issue
Sep 27, 2018
Open
DefaultTabController not working with dynamic data #20292
loarabia
referenced this issue
Sep 30, 2018
Closed
Red Screen at runtime: while navigating to new instance of the same widget 'package:flutter/src/widgets/text.dart': Failed assertion: line 230 pos 15: 'data != null #22499
averyyan
referenced this issue
Oct 2, 2018
Open
Error "'node._relayoutBoundary == _relayoutBoundary': is not true." #22557
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
syfgkjasdkn
Oct 4, 2018
As others have already mentioned, it's possible for flutter to interact with native maps via platform channels, here's an example of doing just that in swift: https://github.com/syfgkjasdkn/map_and_flutter
Just in case someone might find it helpful.
syfgkjasdkn
commented
Oct 4, 2018
•
|
As others have already mentioned, it's possible for flutter to interact with native maps via platform channels, here's an example of doing just that in swift: https://github.com/syfgkjasdkn/map_and_flutter Just in case someone might find it helpful. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
feinstein
Oct 4, 2018
Out of curiosity, are you guys also porting the Places API, or just the Google Maps API?
feinstein
commented
Oct 4, 2018
|
Out of curiosity, are you guys also porting the Places API, or just the Google Maps API? |
FlutterIssues commentedNov 9, 2015
Thursday Jul 16, 2015 at 22:26 GMT
Originally opened as https://github.com/flutter/engine/issues/30
From @collinjackson on July 8, 2015 20:23
We are going to want to have support for maps in Sky.
There are a few ways we might go about doing this:
The second option would be ideal but may not be possible. We should investigate which approach is best and build a demo app.
Copied from original issue: domokit/mojo#310