Flutter
Flutter makes it easy and fast to build beautiful mobile apps.
Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.
About
구글에서 개발한 크로스 플랫폼 모바일 앱 개발 프레임워크이다. 언어는 구글이 개발한 Dart를 사용한다. 현재 안드로이드와 iOS를 지원하며 구글의 차기 OS Fuchsia의 메인 개발환경이 된다고 한다.
기존 UI를 모두 버리고 자체적으로 UI를 렌더링하기 때문에 iOS에서 material 디자인과 ripple 애니메이션 을 볼 수 있고 Android 에서 cupertino 디자인을 볼 수 있다. 마치 화면 전체를 2D 그래픽 API로 fillRect 하고 drawText drawImage 해서 앱을 만드는 것처럼 Flutter 엔진이 skia 기반으로 렌더링해준다. 웹 개발에서 HTML을 모두 무시하고 전체를 flash나 canvas로 만드는 것과 같다.
See also
- Mockup
- Pencil
- Dart
- Fuchsia
- React
- React Native
- FlutterFlow - Flutter앱을 드래그앤 드랍으로 개발
- Flet - 파이썬으로 멀티플랫폼 앱을 쉽게 작성해주는 프레임워크