flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.02k stars 27.19k forks source link

Flutter should publish a roadmap. #13009

Closed chinmaygarde closed 6 years ago

chinmaygarde commented 6 years ago

Flutter should publish a rough roadmap detailing the current priorities of developers working on the Flutter framework, engine, developer tooling, plugins, etc..

The closest approximation to a roadmap currently is the milestones page on the Github issue tracker. But something that details the high level priorities would be helpful. Example is here.

chinmaygarde commented 6 years ago

Mentioned by @nni123 & @MichaelSowah on Gitter. cc @eseidelGoogle, @sethladd

sethladd commented 6 years ago

Thanks for the suggestion.

Things we're working on, which we've mentioned in various forums before so might as well collect here :)

(standard disclaimers apply, we can't guarantee dates, this list may change, etc)

tomaszpolanski commented 6 years ago

Do you accept contributions for i18n/l10n? If so, I would love to help. Now I need to support the Polish language (which is not yet supported by Flutter) for my app, so I could contribute to the code and the translations as well for Flutter.

Btw, thanks for the awesome work!

eseidelGoogle commented 6 years ago

Work on i18n is tracked in https://github.com/flutter/flutter/projects/17. @HansMuller is leading that effort, I would encourage you to reach out to him directly or via one of the relevant bugs.

With regards to specific localizations, we're in the process of wiring up Flutter to use Google's localization infrastructure which handles many many languages (including polish). I expect we'll see updates to our list of supported languages through that soon. Again @HansMuller would know more.

Arno-Z commented 6 years ago

I would welcome better FireStore support very much. Right now the early API crashes when used in combination with auth and/or analytics.

sethladd commented 6 years ago

@Arno-Z sorry to hear that! please open a bug for us. Even though it's early for our implementation, it shouldn't crash.

Arno-Z commented 6 years ago

@sethladd sure, i will clone the firestore example from the 0.0.3 API and add the auth and analytics component and file a proper bug report.

MichaelSowah commented 6 years ago

@sethladd So that info could be organized somewhere on the site or somewhere and updated from time to time and @chinmaygarde mentioned, @nni123 and I clearly mentioned that there's no need for dates, just the list would be fine...This really does help us make informed decisions

sethladd commented 6 years ago

@MichaelSowah please let us know (by "thumbs up" an issue) what is critical for you. thanks!

MichaelSowah commented 6 years ago

@sethladd I have done that for all of them already and some I have already seen being worked on but just waiting for some of them to land in the alpha channel

MichaelSowah commented 6 years ago

@sethladd one is the Inline video (demo plugin here: https://github.com/sigurdm/video_player) - which am waiting for it to land in the alpha channel

and the others like

sethladd commented 6 years ago

@MichaelSowah great, sounds like we're on track to help you out :)

MichaelSowah commented 6 years ago

Yeah, largely, just waiting for the inline video thing to land in the alpha channel and I can resume work and almost even complete it...while the others are being worked on

bjornbjorn commented 6 years ago

@Arno-Z @sethladd there is already a bug for the Firebase Auth / Firestore combo crash on Android, it's tracked here: https://github.com/flutter/flutter/issues/12945

But yeah, overall the Firestore Flutter plugin needs some serious love:

What works fine right now is returning all documents in a collection without documentIDs.

It seems these issues are being worked on though so I am hopeful 🙏 👍

eseidelGoogle commented 6 years ago

@bjornbjorn thank you for filing issues. @collinjackson and @kroikie are actively working on improving the firestore plugin. The issues you filed are the right way to get those bugs addressed, thanks!

sethladd commented 6 years ago

Great list, thank you @bjornbjorn !

I'm going to close comments on this issue. We'd love "thumbs up" votes on issues, and/or open new issues. Thank you all for the feedback!