개발일기

23.06.25 플러터 개발일기 이미지파일 넣는방법

빛나는맛과탕탕 2023. 6. 25. 20:31
반응형

플러터 이미지 불러오는 셋팅

 

pubspec.yaml 파일에서

 

 

이미지 넣는 방법

 

 

pubspec.yaml 파일 들어가서

 

///////////////////////////////////////////////////////////////////

flutter:

 

# The following line ensures that the Material Icons font is

# included with your application, so that you can use the icons in

# the material Icons class.

uses-material-design: true

assets:

- assets/

///////////////////////////////////////////////////////////////////

붙여넣기

 
반응형