imagepicker (1) 썸네일형 리스트형 [Flutter]image picker로 프로필 화면 만들기 1. image picker 라이브러리 추가 아래 명령어를 터미널에 입력한다. flutter pub add image_picker 또는 pubspec.yaml에 직접 플러그인을 추가한다. dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.6 image_picker: ^1.0.7 2. iOS 권한 설정 ios > Runner > Info.plist 파일에 아래 코드를 추가하여 권한 설정을 한다. NSCameraUsageDescripti.. 이전 1 다음