Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 클래스
- Collection
- python
- function
- Android
- 코틀린
- pushnamed
- 파이썬
- crawler
- Class
- kotlin
- 함수
- 웹크롤러
- import
- 콜렉션
- DART
- ML
- 크롤러
- 플러터
- set
- text
- textstyle
- texttheme
- variable
- package
- 다트
- map
- Flutter
- List
- animation
Archives
- Today
- Total
목록assetbundle (1)
조용한 담장

Asset Flutter 앱에 이미지나 아이콘 같은 리소스 파일인 asset 을 살펴보자. Asset 은 앱에 포함되며 실행시 사용가능하다. 아래의 것들이 포함될 수 있다. Common types of assets inclde static data (for example, JSON files), configuration files, icons, and images (JPEG, WebP, GIF, animated WebP/GIF, PNG, BMP, and WBMP). pubspec.yaml asset 에 포함될 파일들은 pubspec.yaml 에 작성되어야 앱에 포함된다. 프로젝트 에서 asset 을 위한 폴더를 만들어 파일을 넣고 그 경로를 파일 이름과 함께 추가한다. 아래와 같이 asset 폴더와 ph..
Flutter
2019. 11. 20. 16:22