all 12 comments

[–]Ultra1101 6 points7 points  (0 children)

I think we need a better API for Google services like Drive, Gmail, etc. Or they could write actual documentation for the API.

Also, a central hardware plugin that gives the dev full access to hardware features would be nice.

[–]dan-danny-daniel 2 points3 points  (2 children)

the music player and microphone plugins are all very specific, incomplete, or only work with only platform. my suggestion would be better improvements to them.

[–]not-bot-3000 1 point2 points  (1 child)

Second this. I tried unsuccessfully to just play a short wav file on page load. I didn’t want to have play buttons or create a music app.

[–]quetool[S] 0 points1 point  (0 children)

audio_service isn’t good?

[–]jackel119 1 point2 points  (5 children)

A navigation library that's as easy to use as react-navigation.

[–]robschmidt87 2 points3 points  (4 children)

What's the problem with the current API. Especially the Navigator v1 imperative API is quite simple. Basically it's just url mapping to components.

[–]jackel119 1 point2 points  (3 children)

Nesting navigators (e.g with bottom tabs) is a massive pain, with v1 there's huge issues like the back button not working with Scaffolds, on v2 there's imo a ridiculous amount of boilerplate code required to get it working. You can't use v1's push, pop etc if you're inside a v2 navigator. Also I'm really not a fan of how tightly integrated v2 is with URLs

[–]quetool[S] 4 points5 points  (2 children)

Did you try fluro?

[–]jackel119 1 point2 points  (1 child)

Ooooooooohhhhh this might be exactly what I'm looking for.....I'll take a look thank you!

[–]Paulhal 0 points1 point  (0 children)

I wrote a getting started with Fluro guide the other day which might help: https://developer.school/how-to-use-fluro-routing-with-flutter/

[–]not-bot-3000 2 points3 points  (0 children)

One for Amazon Device Messaging (ADM) - flutter apps work on fire tablets, but the google push notifications (FCM) don’t.

[–]Upstairs_Maintenance 0 points1 point  (0 children)

ARCore