Hacker News new | ask | show | jobs
by domber 1239 days ago
Flutter is just awesome. Can't recommend it enough.

Never had an easier time porting UI to so many, different platforms.

Flutter alone saved a year of work.

1 comments

Thanks! Flutter does sound good, I've just started looking into it. Am I right in thinking we would rebuild the UIKit components / views in Flutter and then would be able to use the same UI across platforms (iOS, Android + Web)? And it would still be possible to include the native Apple APIs?
Yes to how you imagine the UI layer, and yes you can definitely target both iOS and Android native APIs with Flutter.