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 |
Tags
- activity
- tabbar
- binding
- Navigation
- textview
- 앱
- DART
- drift
- Dialog
- ScrollView
- Button
- Flutter
- 안드로이드
- android
- CustomScrollView
- Compose
- data
- textfield
- LifeCycle
- viewmodel
- 테스트
- Coroutines
- appbar
- livedata
- TEST
- scroll
- intent
- 계측
- 앱바
- Kotlin
Archives
- Today
- Total
목록video_player (1)
Study Record
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bw9SV1/btrZr0adLAj/GTbtxiwYUdXHi7sPI4uWt1/img.png)
✍ video_picker https://pub.dev/packages/video_player video_player | Flutter Package Flutter plugin for displaying inline video with other Flutter widgets on Android, iOS, and web. pub.dev 1. 초기 세팅 flutter pub add video_player 터미널에서 위와 같은 명령어를 실행하거나 직접 pubspec.yaml 파일에 video_player: ^2.5.1 을 입력한다. 그런 다음 [Pub get] 버튼을 누르면 초기 세팅이 완료된다. 2. 사용법 비디오를 재생하기 위해서는 VideoPlayerController 와 VideoPlayer()가 필요..
Flutter/widget
2023. 2. 17. 02:13