일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 콜렉션
- textstyle
- Android
- ML
- 크롤러
- 파이썬
- python
- set
- 함수
- function
- 다트
- crawler
- animation
- Flutter
- variable
- 플러터
- DART
- 코틀린
- texttheme
- Collection
- map
- kotlin
- 클래스
- text
- Class
- pushnamed
- List
- import
- 웹크롤러
- package
- Today
- Total
목록ios (2)
조용한 담장
원문: Flutter’s iOS Application Bundle Flutter App 은 native view hierarchy 의 single view 에 렌더링 된다. release 용으로 빌드하면 Frameworks directory 에 "App framework bundle" 와 "Flutter framework bundle" 이 생성된다. Flutter Engine framework bundle (Flutter.framework directory) Flutter engine : core libraries, DartVM, Skia. Flutter engine 이 사용하는 assets. AOT framework bundle (App.framework directory) 개발자가 작성한 모든 dar..
Flitter Platform-specific code Flutter Docs 따라가기 Flutter Docs 의 Writing custom platform-specific code 을 따라가 보며 Android/iOS 의 Java, Kotlin, Objective-C, Swift 와 Flutter 가 어떻게 연동되는지 알아보자. Platform-specific code 를 사용할 수 있다는 것은 이미 존재하는 많은 코드들을 재사용 할 수도 있고, 좀 더 성능에 유리하게 개발 할 수도 있을 것이다. 또 Package 로 만들어서 flutter 내에서 재사용 하는 것도 가능하다. 플랫폼에 상관없이 코드 구조가 비슷해서 Android 와 Java 만 따라가 보겠다. Flutter 는 Android 는 Jav..