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

path_provider, read and write files Flutter 의 path_provider package 와 dart:io library (File, Directory) 를 이용해 파일을 쓰고 지우는 방법을 보자. path_provider 앱이 일반적으로 사용하는 저장 위치들을 얻을 수 있는 패키지 이다. Temporary directory: 캐쉬같이 임시로 데이터를 저장하는 공간이고 언제든지 삭제될 수 있다. iOS 의 NSCachesDirectory와 Android 의 getCacheDir() 의 값에 해당하는 위치이다. Documents directory: 해당 앱만의 저장공간이며 앱이 삭제되면 없어진다. iOS 의 NSDocumentDirectory 와 Android 의 AppDa..
Flutter
2019. 11. 11. 17:09