Congrats 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'm guessing most answers will be about Dart being the hard pill to swallow for most, and the fact that it render by drawing UI instead of orchestrating like React Native. 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?
Google's cross-platform Flutter UI toolkit goes 1.0
11–20 of 343 posts
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#12How does it handle integration with maps libraries (e.g. Google Maps) and BLE support? Anyone has any experience with how well those work with React Native, and could share their experiences?
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#13Congrats 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?
someone did a performance test on android react vs flutter vs native app see https://robots.thoughtbot.com/examining-performance-differen...
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#14Flutter 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…
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#15Flutter 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…
> like a game engine In this aspect it's very similar to Flash or QT.
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#16Flutter 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…
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#17Re: Google's cross-platform Flutter UI toolkit goes 1.0
#18Congrats 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'm guessing most answers will be about Dart being the hard pill to swallow for most, and the fact that it render by drawing UI instead of orchestrating like React Native. 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
#19Flutter 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…
Re: Google's cross-platform Flutter UI toolkit goes 1.0
#20Would like to use it for a Linux app. Looking forward to when that has first class support.