Google's cross-platform Flutter UI toolkit goes 1.0
techcrunch.com
Google's cross-platform Flutter UI toolkit goes 1.0
1–10 of 343 posts
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#2Re: Google's cross-platform Flutter UI toolkit goes 1.0
#3Congrats on their 1.0 launch! I haven't looked too closely at Flutter yet, to be honest. How does it compare to React Native (besides what a basic Google search will yield)? Has anyone jumped ship for either or after trying one of them?
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#4Congrats on their 1.0 launch! I haven't looked too closely at Flutter yet, to be honest. How does it compare to React Native (besides what a basic Google search will yield)? Has anyone jumped ship for either or after trying one of them?
I still prefer RN, and I don't my opinion changing in the future. I prefer controlling a native view for the apps I make. Maybe a game would be easier with Flutter?
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#5[edit]: It looks like this has been addressed with the PlatformView widget: https://developers.googleblog.com/2018/12/flutter-10-googles...
[edit]: Sorry, bluetidepro - this was supposed to be a reply to you.
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#6Flutter renders the whole UI, like a game engine. In the past, this has meant that if there isn't a Flutter implemention of a component (like a video player or map), you couldn't add it to your app. I don't know if that's still true. [edit]: It looks like this has been addressed with the PlatformView widget: https://developers.googleblog.com/2018/12/flutter-10-googles... [edit]: Sorry, bluetidepro - this was supposed…
In this aspect it's very similar to Flash or QT.
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#7Flutter renders the whole UI, like a game engine. In the past, this has meant that if there isn't a Flutter implemention of a component (like a video player or map), you couldn't add it to your app. I don't know if that's still true. [edit]: It looks like this has been addressed with the PlatformView widget: https://developers.googleblog.com/2018/12/flutter-10-googles... [edit]: Sorry, bluetidepro - this was supposed…
As for new Flutter features, Google today announced ‘Add to App,’ a new feature that makes it easier for developers to slowly add Flutter code to existing apps. In its early days, Flutter’s focus was squarely on building new apps from scratch, but as it has grown in popularity, developers now want to use it for parts of their existing applications as they modernize them.
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#8Congrats on their 1.0 launch! I haven't looked too closely at Flutter yet, to be honest. How does it compare to React Native (besides what a basic Google search will yield)? Has anyone jumped ship for either or after trying one of them?
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#9Re: Google's cross-platform Flutter UI toolkit goes 1.0
#10Anyone has any experience with how well those work with React Native, and could share their experiences?