간단하게 기기의 이미지를 가져올 수 있는 image_picker 에 대해서 간단하게 포스팅 합니다. 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 pubspec.yaml dependencies: image_picker: ^0.8.5+3 ios / Runner / Info.plist http://www.apple.com/DTDs/PropertyList-1.0.dtd"> . . . // 추가 NSCameraUsageDescription Used to demonstrate imag..