Not surprising. Here's my quick criteria for whether I should use a new framework for my app: - look at other apps that are using that framework, esp. the signature/first class app touted as a consumer by that framework - how similar is my app to that signature/first class app? - if my app has similar UX/UI usage then the dev experience will be much smoother/easier/doable i.e. for React Native: does my app behave lik…
Flutter desktop isn’t there yet
181–190 of 242 posts
Re: Flutter desktop isn’t there yet
#182Not surprising. Here's my quick criteria for whether I should use a new framework for my app: - look at other apps that are using that framework, esp. the signature/first class app touted as a consumer by that framework - how similar is my app to that signature/first class app? - if my app has similar UX/UI usage then the dev experience will be much smoother/easier/doable i.e. for React Native: does my app behave lik…
Re: Flutter desktop isn’t there yet
#183Earlier quoted context omitted.
CLAs are always a good idea if one is maintaining an open source project. I'm not going to track down every single contributor who made some small PR perhaps, just to make a license change.
Why is your project changing the license, and why do you assume that contributors would still have done so under whatever license you're changing to?
Re: Flutter desktop isn’t there yet
#184Earlier quoted context omitted.
I’m not sure why the Dart hate honestly. It’s a pretty solid language in my opinion and I like the direction they’re taking (non-nullable, record, pattern matching). The ecosystem is weak for sure, but that’s not a gripe on the language itself. I’m curious what do you dislike about it apart from semi-colons and the constructor syntax (which seem fine to me?).
Last I checked you can’t even have enums with payloads/ associated values. Garbage language
Re: Flutter desktop isn’t there yet
#185Earlier quoted context omitted.
For example, making an AOT compiler. Or adding other features. Or making the implementation more suited to client side apps. There are many things you can do to a language to make it easier for a specific use case. In the extreme, this is what DSLs are. I don't understand why you don't understand that having first class control over a language's development is a useful thing to have.
Useful? Maybe. Yet you didn’t give any language feature not found in literally any other managed language.
Re: Flutter desktop isn’t there yet
#186The more "solutions" that are developed for desktop + mobile cross-platform applications, the more I see highlighted how different the paradigms are, and how the streams really shouldn't be crossed. They're both UIs viewed on a screen that you interact with by pointing and clicking, but the similarities end there. The entire output of this cross-platform effort has been awkward applications that run everywhere but fe…
I just can't help but think that either programmers today have abstracted themselves into a lot more work than need to do, or they're just significantly less capable over all than the programmers of old.
Re: Flutter desktop isn’t there yet
#187Hello, I'm from the Flutter desktop team. Thank you for the excellent feedback, this is truly invaluable. Here are some updates from our side: 1. Custom context menus - We just added this feature in Flutter 3.7, which was released two weeks ago. Please give this a try and let us know what you think! 2. Multi-window - This is a high priority for the Flutter team, we have several engineers working on this project curre…
Hi! I was wondering about the coexistence of Flutter and Kotlin in Android development. Is there any good write-up to help devs to choose between them depending on the use case?
Re: Flutter desktop isn’t there yet
#188Earlier quoted context omitted.
Is impeler going to affect (in good way) the performance/latency on desktop too? (I think it's mostly for iOS now, right)?
Yup, but we're focused on mobile first as these are the most resource constrained platforms. We're also experimenting with 3D support in Flutter using Impeller. Check out these demos from Flutter Forward: https://youtu.be/zKQYGKAe5W8?t=6955 You can learn more about Impeller here: https://www.youtube.com/watch?v=gKrYWC_SDxQ
But in watching the flutter announcement video https://youtu.be/Nu5m1FiS5X4?t=60 (timestamped link) on the screen as menus are opening and the mouse cursor is shown selecting different items, there is... a very perceptible stutter and lag. What is that due to?
Re: Flutter desktop isn’t there yet
#189Earlier quoted context omitted.
Well it seems there are 11K open issues and 66K closed issues in their github page. So maybe some issues got fixed at least?
The dreaded, 'closed due to inactivity' strikes again.
But, I doubt that can scale. I imagine there's some happy place sitting near semi-automated "duplicate" recognition, and a voting system, to give the users a voice. Closing due to inactivity is never a happy place (unless it's sitting waiting for required user feedback maybe).