์ด๋ฏธ์ง ์ถ๊ฐ ๋ฒํผ ๋๋ฅผ ์ ์ฑ์ด ํ
๊น๋๋ค.
iOS ๋๋ฐ์ด์ค์์์ ์นด๋ฉ๋ผ ์ ๊ทผ ๊ถํ ์ค์ ์ด ํ์ํ๊ธฐ ๋๋ฌธ์
๋๋ค. ์๋ง๋ iOS์์ ์ฑ ์ ๊ทผ๊ถํ์ ์๊ฒฉํ๊ฒ ํ๋ ์ ์ฑ
์ด ์ผ๋ง ์ ์ ์ถ๊ฐ๋์๊ธฐ ๋๋ฌธ์ธ ๊ฒ์ผ๋ก ๋ณด์ด๋ค์. ios/Runner/Info.plist ์ ๋ค์ ๋ด์ฉ์ ์ถ๊ฐํฉ๋๋ค. NSCameraUsageDescription Used to demonstrate image picker plugin NSMicrophoneUsageDescription Used to capture audio for image picker plugin NSPhotoLibraryUsageDescription Used to demonstrate image picker plugin ๊ทธ๋ฌ๋ฉด ์ ์์ ์ผ๋ก ์งํ ๊ฐ๋ฅํฉ๋๋ค. ํด๋น ๋ด์ฉ์ ๋ค์ ์ฃผ์์์ ํ์ธํ์์ต๋๋ค. https://minwook-shin.github.io/flutter-use-image-picker/