Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- textfield
- livedata
- Coroutines
- Dialog
- Button
- binding
- 앱바
- Compose
- textview
- viewmodel
- DART
- ScrollView
- Flutter
- 테스트
- Kotlin
- data
- appbar
- tabbar
- activity
- 계측
- CustomScrollView
- intent
- LifeCycle
- 앱
- android
- scroll
- TEST
- drift
- 안드로이드
- Navigation
Archives
- Today
- Total
목록비디오파일가져오기 (1)
Study Record
[Flutter] 이미지, 비디오 파일 가져오기(image_picker)
🎁 image_picker https://pub.dev/packages/image_picker#handling-mainactivity-destruction-on-android image_picker | Flutter Package Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera. pub.dev 갤러리에서 파일을 가져오거나 직접 카메라를 이용해 사진, 비디오를 찍어 파일을 쉽게 가져올 수 있다. 😶 초기 세팅 $ flutter pub add image_picker 터미널에 다음과 같이 명령어를 치거나 pubspec.yaml 에 image_picker..
Flutter
2023. 2. 15. 17:20