250x250
반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 29 |
| 30 |
Tags
- toyproject
- pubspec.yaml
- flutter
- ToDoRim
- keyWindow
- Widget
- reetcode
- UIAccessibility
- IOS
- it
- OSLog
- github
- GIT
- dart
- Extentsion
- COMMIT
- tip
- pubspec
- Swift
- algorithm
- enumerations
- Equatable
- SwiftGen
- listview
- basic
- designPattern
- swiftlint
- Leetcode
- xcode
- protocol
Archives
- Today
- Total
수니의 개발새발
[Flutter] pubspec.yaml (2) 속성 정리 본문
728x90
반응형
📌 이번 글은
pubspec.yaml 에서 사용되는 속성 정리입니다.
필요할 때마다 업데이트할 예정입니다.
name
패키지명
dependencies
패키지가 사용하는 의존성 리스트
dev_dependencies
패키지가 사용하는 개발용 의존성 리스트
728x90
반응형
'Flutter' 카테고리의 다른 글
| [Flutter] ListView (1) 기본형 (with. LIst<Widget>) (0) | 2022.03.25 |
|---|---|
| [Flutter] StatelessWidget vs StatefulWidget (0) | 2022.03.22 |
| [Flutter] Linter (with. flutter_lints) (0) | 2022.03.16 |
| [Flutter/Widget] Icon (0) | 2022.02.24 |
| [Flutter/Widget] Column, Row (MainAxisAlignment) (0) | 2022.02.24 |
Comments