I'm genuinely curious how easy no-code app development has to become in order to be adopted at scale in the software industry. Right now I'm still getting the sense that most companies prefer to hire a dedicated app development team and have full control over the architecture.
FlutterFlow: Low-code Flutter apps
11–20 of 112 posts
Re: FlutterFlow: Low-code Flutter apps
#12A big issue here is just how easy flutter is, I'd rather invest 20 hours once to build it using Dart, then to pay $800 a year.
Re: FlutterFlow: Low-code Flutter apps
#13I am still looking for the equivalent of Visual Basic for making modern Web and mobile apps. It is exciting that we might finally be getting there!
Re: FlutterFlow: Low-code Flutter apps
#14I'm genuinely curious how easy no-code app development has to become in order to be adopted at scale in the software industry. Right now I'm still getting the sense that most companies prefer to hire a dedicated app development team and have full control over the architecture.
Re: FlutterFlow: Low-code Flutter apps
#15I was very interested up until I saw the pricing. $70 a month is way too much. A big issue here is just how easy flutter is, I'd rather invest 20 hours once to build it using Dart, then to pay $800 a year.
It's more than knowing how to code, we've been building with Flutter for a while now, but there's still no way we could have coded FlutterMet in under an hour. It would take us 10 hrs+ to manually do that. But it took https://www.youtube.com/watch?v=TXsjnd_4SBo
Also, we allow you to push the generated code to your Github repository, so you don't have to keep paying us once you build your app. :)
Re: FlutterFlow: Low-code Flutter apps
#16I'm genuinely curious how easy no-code app development has to become in order to be adopted at scale in the software industry. Right now I'm still getting the sense that most companies prefer to hire a dedicated app development team and have full control over the architecture.
Re: FlutterFlow: Low-code Flutter apps
#17Re: FlutterFlow: Low-code Flutter apps
#18I was very interested up until I saw the pricing. $70 a month is way too much. A big issue here is just how easy flutter is, I'd rather invest 20 hours once to build it using Dart, then to pay $800 a year.
FlutterFlow cofounder here. Thanks for your input on our pricing. It's more than knowing how to code, we've been building with Flutter for a while now, but there's still no way we could have coded FlutterMet in under an hour. It would take us 10 hrs+ to manually do that. But it took https://www.youtube.com/watch?v=TXsjnd_4SBo Also, we allow you to push the generated code to your Github repository, so you don't have t…
Anything over $50 becomes a line item in my budget, I can't justify spending $50 a month in the hobbyist space. It's a great idea, I just don't think I can really afford it.
Re: FlutterFlow: Low-code Flutter apps
#19I am still looking for the equivalent of Visual Basic for making modern Web and mobile apps. It is exciting that we might finally be getting there!
Re: FlutterFlow: Low-code Flutter apps
#20Biggest problem: querying Firebase is problematic. I can bind a collection to a ListView, but in many cases I'd like to map a field to something. For example I have a list of "purchases" and I'd like to map the "buyerId" to an email address. This can't be done, and the generated code is hard to adapt to this kind of use case.
And therein lies the complexity to be honest.
I think it'd worth $30 just as a designer. But you have to be able to code.