Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline Google Maps support #73

Closed
FlutterIssues opened this issue Nov 9, 2015 · 171 comments
Closed

Inline Google Maps support #73

FlutterIssues opened this issue Nov 9, 2015 · 171 comments
Assignees
Labels
c: new feature Nothing broken; request for a new capability customer: mulligan (g3) engine flutter/engine repository. See also e: labels. framework flutter/packages/flutter repository. See also f: labels. p: maps Google Maps plugin package flutter/packages repository. See also p: labels.
Projects

Comments

@FlutterIssues
Copy link

Issue by Hixie
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:

  1. Use native maps widget for each platform to render the map
  2. Use maps widget for each platform to render to a texture and draw the map ourselves
  3. Develop a custom maps SDK for Sky

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

@FlutterIssues
Copy link
Author

Comment by eseidelGoogle
Wednesday Aug 05, 2015 at 19:35 GMT


We might need this for the Fitness app, depending.

@FlutterIssues FlutterIssues added this to the Blue Sky milestone Nov 9, 2015
@FlutterIssues FlutterIssues added framework flutter/packages/flutter repository. See also f: labels. c: new feature Nothing broken; request for a new capability labels Nov 9, 2015
@Hixie
Copy link
Contributor

Hixie commented Dec 16, 2015

This is presumably going to be a "third-party" component, right?

@collinjackson
Copy link
Contributor

We'll almost certainly want to use some non-Dart SDK to provide Maps support, so yes.

@eseidelGoogle
Copy link
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

@a14n
Copy link
Contributor

a14n commented May 13, 2016

I don't see in this doc descriptions of how to integrate native widget (like Maps) into your flutter apps. Have I missed something ?

@eseidelGoogle
Copy link
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.

@tjerkw
Copy link

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.
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.

@Goutte
Copy link

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 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.

@debunge
Copy link

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 sethladd modified the milestones: 3: Make conferences happy, 4: Make Hixie proud Jan 11, 2017
@owenthereal
Copy link

Any updates on this?

@markmooibroek
Copy link

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!

@abarth
Copy link
Contributor

abarth commented May 14, 2017

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.

@abarth abarth modified the milestones: 3: Make conferences happy, 4: Make shippers happy May 14, 2017
@Hixie Hixie added the engine flutter/engine repository. See also e: labels. label May 30, 2017
@bramvbilsen
Copy link

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? :)

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 31, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability customer: mulligan (g3) engine flutter/engine repository. See also e: labels. framework flutter/packages/flutter repository. See also f: labels. p: maps Google Maps plugin package flutter/packages repository. See also p: labels.
Projects
No open projects
Milestone 3
Plugins - Rich Ecosystem (collin, kro...
Development

No branches or pull requests