Earlier quoted context omitted.
I was enjoying the frog book (The Dart Programming Language, Gilad Bracha & Erik Meiker) but that was 2015, and now very out of date. Its strange to see there is no up to date book from major publisher, like the Rust book at https://doc.rust-lang.org/book/
The incentive structures around technical books are pretty weird. Most major publishers pay quite small royalty rates, so even a popular tech book won't actually make the author much money. And the effort to write a good technical book is pretty huge. Also, the set of people who will actually finish writing a book is quite a bit smaller than the set of people who aspire to. (An editor at O'Reilly told me once that on…
Flutter 3
261–270 of 453 posts
Re: Flutter 3
#262Despite many maturity issues in practice Flutter is the only realistic option for true cross platform UIs that run everywhere. Apart from Qt , but the licensing issue is a hindrance. And yes, the web backend isn't ideal, but it will improve over time. I just wish Google had built Flutter on a low level core that isn't tied to Dart, so it would be usable from other languages. Dart isn't horrible and is getting better,…
> Flutter is the only realistic option for true cross platform UIs that run everywhere. I understand that argument but 100% disagree. The web is the cross platform that runs everywhere (as in in a browser or webview). True it has many issues and some forms of it (electron) are not ideal for some use case but I believe it’s a better platform than flutter in almost every way. You say “true” cross platform and could arg…
Nope, The web is The Platform. And while it offers numerous benefits it has plenty of flaws / inability to do some things as well.
Re: Flutter 3
#263Does anybody know of any good Flutter for Windows applications that are worth looking at?
[1] https://www.youtube.com/watch?v=OEdQXBUPYOE
Re: Flutter 3
#264I think the marketing is getting ahead of the actual development of the framework. If parts are truly not stable, why call them stable, if not for wanting Flutter to be in the news cycle every so often?
Re: Flutter 3
#265What are big and highly used apps that use Flutter?
My app[1] has 5 figure daily users (if that's considered somewhat big) and is written in Flutter. I love Flutter. It made all this so much easier. [1] https://stockevents.app
Regardless I'm sure what you have is a great app here so hope you don't feel like I'm targeting you or your app directly here, and at the end of the day if flutter allows you to make your customers happy more power to you and hope it works out the best for you.
Re: Flutter 3
#266Earlier quoted context omitted.
I keep hearing this, but none of the cross platform apps I run use Flutter. It's all Electron and Qt. I don't think I've ever seen Flutter in the wild.
> ever seen Flutter in the wild. So what is this made in then? [0] Hint it is not Electron. [0] https://rows.com/download
Re: Flutter 3
#267Earlier quoted context omitted.
Important for web apps or web sites ? There's a difference, a product's landing page will need SEO, definitely, but the app itself, ie app.example.com, likely does not need SEO. For example, an easy example is Figma. The landing page is built with HTML, CSS and JS, but the actual app itself is actually built with WASM [0], very similar to the canvas based implementation of Flutter apps. https://www.figma.com/blog/web…
I'm not sure there's a good distinction between web apps or websites today. Would you consider Instagram or Twitter a website or a web app? If I type 'IG ${username}' or 'Twitter ${username}' or '@${username}' in a search engine, you should expect what is to be expected within the first result.
Re: Flutter 3
#268Or does it require google services or call home monitoring
Re: Flutter 3
#269Earlier quoted context omitted.
The incentive structures around technical books are pretty weird. Most major publishers pay quite small royalty rates, so even a popular tech book won't actually make the author much money. And the effort to write a good technical book is pretty huge. Also, the set of people who will actually finish writing a book is quite a bit smaller than the set of people who aspire to. (An editor at O'Reilly told me once that on…
Former O'Reilly editor here: story checks out. The 1/3 might be a bit low -- I had some surprises (one guy joined the Peace Corps and moved to South America, plus usual divorces and deaths and job changes) but it felt more like 80% completed. This might be the rosy glasses of memory, though. There's also a weird difference in incentive between writing the first edition and working on updates: if the author was just a…
Re: Flutter 3
#270Earlier quoted context omitted.
> Flutter is the only realistic option for true cross platform UIs that run everywhere. I understand that argument but 100% disagree. The web is the cross platform that runs everywhere (as in in a browser or webview). True it has many issues and some forms of it (electron) are not ideal for some use case but I believe it’s a better platform than flutter in almost every way. You say “true” cross platform and could arg…
I have yet to see a world in which local file access, background services, local notifications, timers, alarms, native media controls, etc, works as well on web as in native apps. A lot of it is there "in theory", but web tech has the achilles heel of only allowing stuff that would be safe to have in a random website that some asshat links you on twitter. Of course this is only relevant if that deeper plumbing into t…
However given the app store is a cash cow for Apple I highly doubt they’d want to integrate web more deeply.