@udcode which type do you mean? flutter_web dont support plugins yet, probably never. As for flutter in master/dev channel, it's under develop.
udcode
@udcode
why probably never?? :(
Ephenodrom
@Ephenodrom
@udcode Do you really need to create a plugin ? Or do you want to create a package. Flutter Web supports usage of packages.
Jacob MacDonald
@jakemac53
@udcode plugins are being worked on but only as a part of the mainline flutter integration for flutter web. The technical preview (ie: the flutter_web package) might not get that because it will be deprecated entirely and replaced by the mainline flutter integration.
sebastiantoro
@sebastiantoro
Hello, guys. Does anyone know when the Flutter for Web will be production ready? The FAQ doesn't provide an estimate but does anyone have an idea of how much time will it take?
Ephenodrom
@Ephenodrom
There is no information available. I would say in about 6-12 month would be realistic
Because they looked for companies that want to build a flutter web app. One condition was that the app has to be shipped within 6 to 12 months
So for the release of flutter web they can present these apps
Jonathan Rezende
@jodinathan
so I guess google io next year
Brady Trainor
@bradyt
Randal suggested looking at burn rate for projects? How do you look for such a thing?
Any way to not have it take so long to switch channels?
One of my packages uses the http package. Now i have to wait for the fix.
Nate Bosch
@natebosch
We've got that one figured out, just a few moving pieces to get settled and get everything merged
Ephenodrom
@Ephenodrom
Sounds great! Currently i want to try to integrate the flutter web app to my laravel project
The flutter app does not load ... "Uncaught TypeError: Cannot read property 'style' of null"
Not sure if its because the build was made before i switched to maater so i am trying to make a new build
Green Appers, Inc.
@GreenAppers
Guys we need a DOM based render that creates Text elements we can highlight with a mouse. I know it's a huge amount of work. But then Flutter can honestly take over the web. I am so sick of React.
Google needs to pony up some cash and increase the bandwidth of engineering effort towards this.
Hello, I'm trying to port my mobile app to flutter WEB, I got everything running except one feature ( scan QR code) , do any of you know a way to do it? maybe using javascript libraries? any guide? thanks.
3 replies
Rajkumari Parihar
@rajkumari_gitlab
When we can get support at Firefox browser for TextFormField as in firefox it's not allowing to type.
Atakan Mert Kaya
@Sekaiichi4
Anyone else has an issue with resizeToAvoidBottomInset not working with flutter_web?
Even if I put it on false on all my Scaffolds, they still resize/move when a mobile keyboard pops up on a mobile browser.
im subscribed to like 20 bugs that represent my feature frontier
i need them all fixed ASAP
Randal L. Schwartz
@RandalSchwartz
You realize flutter-web is still just a development preview.
Green Appers, Inc.
@GreenAppers
i don't expect that will change the urgency i require myriad solutions
Randal L. Schwartz
@RandalSchwartz
“I need them all fixed ASAP” is a phrase that only a paying customer can make about a released product. This clearly doesn’t apply here.
If you had phrased that as “hey, flutter web is looking promising… some of the issues are blockers for some things I’m working on”, I would have no challenge to that.
Green Appers, Inc.
@GreenAppers
I would advise you to not place limitations on other peoples and/or organizations needs
Randal L. Schwartz
@RandalSchwartz
I would advise you to remember that Google has multiple priorities and will release things as available.
There is nothing you can need about flutter-web yet, since it doesn’t actually exist until released.
Green Appers, Inc.
@GreenAppers
The question we should be asking is: how do we make all this happen faster?
Randal L. Schwartz
@RandalSchwartz
Commit patches and make pull requests.
You will unlikely be able to influence Google’s internal priorities.
Jonathan Rezende
@jodinathan
and there are physical/good-employees limitations that are very hard to achieve
Green Appers, Inc.
@GreenAppers
yeah the whole insistence on physical congregation has had poor consequences for local real estate market but that's another criticism
RandalSchwartz @RandalSchwartz wonders how that statement applies to this discussion
Jonathan Rezende
@jodinathan
wow, you are smart
I bet you work at google :D
Randal L. Schwartz
@RandalSchwartz
Actually, no. I don’t think they’d accept me as a contractor.
Atakan Mert Kaya
@Sekaiichi4
Hm... with the flutter build web command, is it normal that assets like my pictures in the web/assets folder don't get included in the build?