{"id":25534,"date":"2024-10-26T13:50:42","date_gmt":"2024-10-26T13:50:42","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=25534"},"modified":"2024-11-26T08:01:27","modified_gmt":"2024-11-26T08:01:27","slug":"%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c-13-2-%ec%bb%ac%eb%a0%89%ec%85%98-%ed%83%80%ec%9e%85","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/25534\/","title":{"rendered":"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785"},"content":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uae00\uc5d0\uc11c\ub294  Flutter\uc758 \uc911\uc694\ud55c \uad6c\uc131 \uc694\uc18c\uc778 \uceec\ub809\uc158 \ud0c0\uc785\uc5d0 \ub300\ud574 \uae4a\uc774 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Flutter\ub294 \uac15\ub825\ud55c UI \ud234\ud0b7\uc77c \ubfd0\ub9cc \uc544\ub2c8\ub77c, Dart \uc5b8\uc5b4\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. Dart \uc5b8\uc5b4\uc5d0\uc11c \uceec\ub809\uc158 \ud0c0\uc785\uc740 \ub370\uc774\ud130 \uad6c\uc870\ub97c \ub2e4\ub8e8\ub294 \ub370 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \ud615\uc2dd\uc758 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\uace0 \uad00\ub9ac\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4.<\/p>\n<h2>\uceec\ub809\uc158 \ud0c0\uc785\uc758 \uae30\ubcf8 \uac1c\ub150<\/h2>\n<p>\uceec\ub809\uc158 \ud0c0\uc785\uc740 \uae30\ubcf8\uc801\uc73c\ub85c \ub370\uc774\ud130\ub97c \uadf8\ub8f9\ud654\ud558\uc5ec \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. Dart\uc5d0\uc11c\ub294 \uc8fc\ub85c List, Set, Map \uc758 \uc138 \uac00\uc9c0 \uceec\ub809\uc158 \ud0c0\uc785\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<ul>\n<li><strong>List<\/strong>: \uc21c\uc11c\uac00 \uc788\ub294 \ub370\uc774\ud130\uc758 \uc9d1\ud569\uc785\ub2c8\ub2e4. \uc911\ubcf5\ub41c \uac12\uc744 \ud5c8\uc6a9\ud558\uba70, \uc778\ub371\uc2a4\ub97c \uc0ac\uc6a9\ud574 \ub370\uc774\ud130\uc5d0 \uc811\uadfc\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>Set<\/strong>: \uc911\ubcf5\uc744 \ud5c8\uc6a9\ud558\uc9c0 \uc54a\ub294 \ub370\uc774\ud130\uc758 \uc9d1\ud569\uc785\ub2c8\ub2e4. \ucd94\uac00, \uc0ad\uc81c \ubc0f \uac80\uc0c9\uc5d0 \ub9e4\uc6b0 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>Map<\/strong>: \ud0a4-\uac12 \uc30d\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c4 \ub370\uc774\ud130\uc758 \uc9d1\ud569\uc785\ub2c8\ub2e4. \uac01 \ud0a4\ub294 \uace0\uc720\ud558\uba70, \uc774\ub97c \ud1b5\ud574 \uac12\uc5d0 \uc811\uadfc\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2>1. List<\/h2>\n<p>List\ub294 \ub370\uc774\ud130\uc758 \uc21c\uc11c\ub97c \uc720\uc9c0\ud558\uba74\uc11c \uc5ec\ub7ec \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud560 \uc218 \uc788\ub294 \uceec\ub809\uc158 \ud0c0\uc785\uc785\ub2c8\ub2e4. List\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \ubc29\uc2dd\uc73c\ub85c \uc120\uc5b8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>List<int> numbers = [1, 2, 3, 4, 5];<\/int><\/code>\n<\/pre>\n<p>\uc704\uc758 \uc608\uc81c\uc5d0\uc11c\ub294 <code>int<\/code> \ud0c0\uc785\uc758 List\ub97c \uc0dd\uc131\ud558\uc600\uc2b5\ub2c8\ub2e4. List\ub294 \ub2e4\uc591\ud55c \uba54\uc11c\ub4dc\ub97c \uc81c\uacf5\ud558\uc5ec \ub370\uc774\ud130\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/p>\n<ul>\n<li><code>add(item)<\/code>: \ub9ac\uc2a4\ud2b8\uc758 \ub05d\uc5d0 \uc0c8\ub85c\uc6b4 \uc544\uc774\ud15c\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/li>\n<li><code>remove(item)<\/code>: \ub9ac\uc2a4\ud2b8\uc5d0\uc11c \ud2b9\uc815 \uc544\uc774\ud15c\uc744 \uc81c\uac70\ud569\ub2c8\ub2e4.<\/li>\n<li><code>contains(item)<\/code>: \ub9ac\uc2a4\ud2b8\uc5d0 \ud2b9\uc815 \uc544\uc774\ud15c\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p>List\uc5d0 \ub300\ud574 \ub354 \uae4a\uc774 \uc774\ud574\ud558\uae30 \uc704\ud574 \uc544\ub798\uc758 \uc608\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>\nvoid main() {\n    List<string> fruits = [\"\uc0ac\uacfc\", \"\ubc14\ub098\ub098\", \"\uccb4\ub9ac\"];\n    \n    \/\/ \uc544\uc774\ud15c \ucd94\uac00\n    fruits.add(\"\uc624\ub80c\uc9c0\");\n    \n    \/\/ \uc544\uc774\ud15c \uc81c\uac70\n    fruits.remove(\"\ubc14\ub098\ub098\");\n\n    \/\/ \ub9ac\uc2a4\ud2b8 \ub0b4\uc6a9 \ucd9c\ub825\n    print(fruits); \/\/ \ucd9c\ub825: [\uc0ac\uacfc, \uccb4\ub9ac, \uc624\ub80c\uc9c0]\n    \n    \/\/ \ud2b9\uc815 \uc544\uc774\ud15c \ud3ec\ud568 \uc5ec\ubd80 \ud655\uc778\n    if (fruits.contains(\"\uccb4\ub9ac\")) {\n        print(\"\uccb4\ub9ac\uac00 \ub9ac\uc2a4\ud2b8\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.\");\n    }\n}\n<\/string><\/code>\n<\/pre>\n<h3>1.1 List\uc758 \ubc18\ubcf5 \ucc98\ub9ac<\/h3>\n<p>List\uc758 \uac01 \uc544\uc774\ud15c\uc5d0 \uc811\uadfc\ud558\uae30 \uc704\ud574 \ubc18\ubcf5\ubb38\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>\nfor (var fruit in fruits) {\n    print(fruit);\n}\n<\/code>\n<\/pre>\n<p>\ub610\ub294 \uc778\ub371\uc2a4\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc9c1\uc811 \uc811\uadfc\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>\nfor (int i = 0; i &lt; fruits.length; i++) {\n    print(fruits[i]);\n}\n<\/code>\n<\/pre>\n<h2>2. Set<\/h2>\n<p>Set\uc740 \uc911\ubcf5\uc744 \ud5c8\uc6a9\ud558\uc9c0 \uc54a\ub294 \uceec\ub809\uc158\uc785\ub2c8\ub2e4. \uc911\ubcf5\ub41c \uac12\uc744 \uc800\uc7a5\ud558\ub824\uace0 \ud558\uba74 \ubb34\uc2dc\ub429\ub2c8\ub2e4. Set\uc740 \ub2e4\uc74c\uacfc \uac19\uc774 \uc120\uc5b8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>Set<string> colors = {\"\ube68\uac15\", \"\ud30c\ub791\", \"\ucd08\ub85d\"};<\/string><\/code>\n<\/pre>\n<p>Set\uc5d0\uc11c\ub3c4 \ub2e4\uc591\ud55c \uba54\uc11c\ub4dc\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li><code>add(item)<\/code>: Set\uc5d0 \uc544\uc774\ud15c\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4. \uc911\ubcf5\ub41c \uacbd\uc6b0\uc5d0\ub294 \ubb34\uc2dc\ub429\ub2c8\ub2e4.<\/li>\n<li><code>remove(item)<\/code>: Set\uc5d0\uc11c \ud2b9\uc815 \uc544\uc774\ud15c\uc744 \uc81c\uac70\ud569\ub2c8\ub2e4.<\/li>\n<li><code>contains(item)<\/code>: Set\uc5d0 \ud2b9\uc815 \uc544\uc774\ud15c\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p>Set\uc744 \uc0ac\uc6a9\ud558\ub294 \uc608\uc81c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>\nvoid main() {\n    Set<string> animals = {\"\uace0\uc591\uc774\", \"\uac1c\", \"\uc0c8\"};\n    \n    \/\/ \uc544\uc774\ud15c \ucd94\uac00\n    animals.add(\"\ud1a0\ub07c\");\n    \n    \/\/ \uc911\ubcf5\ub41c \uc544\uc774\ud15c \ucd94\uac00 (\ubb34\uc2dc\ub428)\n    animals.add(\"\uace0\uc591\uc774\");\n\n    \/\/ Set \ub0b4\uc6a9 \ucd9c\ub825\n    print(animals); \/\/ \ucd9c\ub825: {\uace0\uc591\uc774, \uac1c, \uc0c8, \ud1a0\ub07c}\n    \n    \/\/ \ud2b9\uc815 \uc544\uc774\ud15c \ud3ec\ud568 \uc5ec\ubd80 \ud655\uc778\n    if (animals.contains(\"\uac1c\")) {\n        print(\"\uac1c\uac00 Set\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.\");\n    }\n}\n<\/string><\/code>\n<\/pre>\n<h2>3. Map<\/h2>\n<p>Map\uc740 \ud0a4-\uac12 \uc30d\uc73c\ub85c \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud558\ub294 \uceec\ub809\uc158\uc785\ub2c8\ub2e4. \ud0a4\ub294 \uac01 \uac12\uc5d0 \ub300\ud55c \uace0\uc720 \uc2dd\ubcc4\uc790 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. Map\uc740 \ub2e4\uc74c\uacfc \uac19\uc774 \uc120\uc5b8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>Map<string, int=\"\"> studentGrades = {\"\ud64d\uae38\ub3d9\": 85, \"\uae40\ucca0\uc218\": 90};<\/string,><\/code>\n<\/pre>\n<p>Map\uc5d0\uc11c\ub3c4 \uc5ec\ub7ec \uac00\uc9c0 \uba54\uc11c\ub4dc\ub97c \uc81c\uacf5\ud558\uc5ec \ub370\uc774\ud130\ub97c \uad00\ub9ac\ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li><code>put(key, value)<\/code>: Map\uc5d0 \uc0c8\ub85c\uc6b4 \ud0a4-\uac12 \uc30d\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.<\/li>\n<li><code>remove(key)<\/code>: \ud2b9\uc815 \ud0a4\uc5d0 \ud574\ub2f9\ud558\ub294 \uc544\uc774\ud15c\uc744 \uc81c\uac70\ud569\ub2c8\ub2e4.<\/li>\n<li><code>containsKey(key)<\/code>: Map\uc5d0 \ud2b9\uc815 \ud0a4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>3.1 Map\uc758 \uc0ac\uc6a9 \uc608\uc81c<\/h3>\n<p>\uc544\ub798\ub294 Map\uc744 \uc0ac\uc6a9\ud558\ub294 \uac04\ub2e8\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4:<\/p>\n<pre>\n<code>\nvoid main() {\n    Map<string, int=\"\"> studentGrades = {\"\ud64d\uae38\ub3d9\": 85, \"\uae40\ucca0\uc218\": 90};\n    \n    \/\/ \uc0c8\ub85c\uc6b4 \ud559\uc0dd \ucd94\uac00\n    studentGrades[\"\uc774\uc601\ud76c\"] = 95;\n    \n    \/\/ \ud2b9\uc815 \ud559\uc0dd\uc758 \uc131\uc801 \ucd9c\ub825\n    print(\"\uc774\uc601\ud76c\uc758 \uc131\uc801: ${studentGrades[\"\uc774\uc601\ud76c\"]}\");\n    \n    \/\/ \ubaa8\ub4e0 \ud559\uc0dd\uacfc \uc131\uc801 \ucd9c\ub825\n    studentGrades.forEach((name, grade) {\n        print(\"$name: $grade\");\n    });\n}\n<\/string,><\/code>\n<\/pre>\n<h2>\uceec\ub809\uc158 \ud0c0\uc785\uc758 \ud65c\uc6a9<\/h2>\n<p>\uceec\ub809\uc158 \ud0c0\uc785\uc744 \ud65c\uc6a9\ud55c \uc2e4\uc81c \uc608\uc81c\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uc2e4\uc81c \uac1c\ubc1c \uc0c1\ud669\uc5d0\uc11c \uc5b4\ub5bb\uac8c \ub370\uc774\ud130 \uad6c\uc870\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294\uc9c0 \uc774\ud574\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uc81c: \uc0ac\uc6a9\uc790 \uc815\ubcf4 \uc800\uc7a5<\/h3>\n<p>\uc0ac\uc6a9\uc790 \uc815\ubcf4\ub97c \uc800\uc7a5\ud558\ub294 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud55c\ub2e4\uace0 \uac00\uc815\ud574\ubd05\uc2dc\ub2e4. \uc774 \uacbd\uc6b0, List\uc640 Map\uc744 \ud65c\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>\nclass User {\n    String name;\n    int age;\n\n    User(this.name, this.age);\n}\n\nvoid main() {\n    List<user> users = [];\n    \n    \/\/ \uc0ac\uc6a9\uc790 \ucd94\uac00\n    users.add(User(\"\ud64d\uae38\ub3d9\", 25));\n    users.add(User(\"\uae40\ucca0\uc218\", 30));\n\n    \/\/ \uc0ac\uc6a9\uc790 \uc815\ubcf4 \ucd9c\ub825\n    for (var user in users) {\n        print(\"\uc774\ub984: ${user.name}, \ub098\uc774: ${user.age}\");\n    }\n    \n    \/\/ \uc0ac\uc6a9\uc790 \uc774\ub984\uc744 \ud0a4\ub85c \ud558\ub294 Map \uc0dd\uc131\n    Map<string, user=\"\"> userMap = {for (var user in users) user.name: user};\n\n    \/\/ \uc0ac\uc6a9\uc790 \uac80\uc0c9\n    String searchName = \"\ud64d\uae38\ub3d9\";\n    if (userMap.containsKey(searchName)) {\n        User foundUser = userMap[searchName]!;\n        print(\"${foundUser.name}\uc758 \ub098\uc774\ub294 ${foundUser.age}\uc785\ub2c8\ub2e4.\");\n    }\n}\n<\/string,><\/user><\/code>\n<\/pre>\n<h2>6. \uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 Flutter\uc5d0\uc11c \ub370\uc774\ud130 \uad6c\uc870\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud560 \uc218 \uc788\ub294 \uceec\ub809\uc158 \ud0c0\uc785\uc778 List, Set, Map\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uac01 \uceec\ub809\uc158 \ud0c0\uc785\uc740 \uc11c\ub85c \ub2e4\ub978 \ud2b9\uc131\uc744 \uac00\uc9c0\uace0 \uc788\uc73c\uba70, \uac1c\ubc1c\uc790\ub294 \ud544\uc694\ud55c \uc0c1\ud669\uc5d0 \ub530\ub77c \uc801\uc808\ud55c \ub370\uc774\ud130\ub97c \uc120\ud0dd\ud558\uc5ec \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub370\uc774\ud130 \uad00\ub9ac\ub97c \ud1b5\ud574 \uac1c\ubc1c\uc790\ub294 \ub354 \ud6a8\uc728\uc801\uc774\uace0, \uc720\uc9c0\ubcf4\uc218\uac00 \uc26c\uc6b4 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\ucd94\uac00\uc801\uc73c\ub85c \uceec\ub809\uc158 \ud0c0\uc785 \uc0ac\uc6a9 \uc2dc \ubc1c\uc0dd\ud560 \uc218 \uc788\ub294 \uc131\ub2a5 \ubb38\uc81c\ub098 \uba54\ubaa8\ub9ac \uad00\ub9ac\uc5d0 \ub300\ud55c \ubd80\ubd84\ub3c4 \uc2e0\uacbd \uc368\uc57c \ud569\ub2c8\ub2e4. \uc774\ub7f0 \uc810\ub4e4\uae4c\uc9c0 \uace0\ub824\ud558\uc5ec \ub098\ub9cc\uc758 \uc801\uc808\ud55c \ub370\uc774\ud130 \uad6c\uc870\ub97c \uc124\uacc4\ud558\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4. \ub2e4\uc74c \uac15\uc88c\uc5d0\uc11c\ub3c4 \uae4a\uc774 \uc788\ub294 \ub0b4\uc6a9\uc744 \ub2e4\ub8e8\uae30 \uc704\ud574 \ub178\ub825\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 Flutter\uc758 \uc911\uc694\ud55c \uad6c\uc131 \uc694\uc18c\uc778 \uceec\ub809\uc158 \ud0c0\uc785\uc5d0 \ub300\ud574 \uae4a\uc774 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Flutter\ub294 \uac15\ub825\ud55c UI \ud234\ud0b7\uc77c \ubfd0\ub9cc \uc544\ub2c8\ub77c, Dart \uc5b8\uc5b4\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. Dart \uc5b8\uc5b4\uc5d0\uc11c \uceec\ub809\uc158 \ud0c0\uc785\uc740 \ub370\uc774\ud130 \uad6c\uc870\ub97c \ub2e4\ub8e8\ub294 \ub370 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \ud615\uc2dd\uc758 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\uace0 \uad00\ub9ac\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uceec\ub809\uc158 \ud0c0\uc785\uc758 \uae30\ubcf8 \uac1c\ub150 \uceec\ub809\uc158 \ud0c0\uc785\uc740 \uae30\ubcf8\uc801\uc73c\ub85c \ub370\uc774\ud130\ub97c \uadf8\ub8f9\ud654\ud558\uc5ec \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/25534\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17],"tags":[],"class_list":["post-25534","post","type-post","status-publish","format-standard","hentry","category-17"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/25534\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 Flutter\uc758 \uc911\uc694\ud55c \uad6c\uc131 \uc694\uc18c\uc778 \uceec\ub809\uc158 \ud0c0\uc785\uc5d0 \ub300\ud574 \uae4a\uc774 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Flutter\ub294 \uac15\ub825\ud55c UI \ud234\ud0b7\uc77c \ubfd0\ub9cc \uc544\ub2c8\ub77c, Dart \uc5b8\uc5b4\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. Dart \uc5b8\uc5b4\uc5d0\uc11c \uceec\ub809\uc158 \ud0c0\uc785\uc740 \ub370\uc774\ud130 \uad6c\uc870\ub97c \ub2e4\ub8e8\ub294 \ub370 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \ud615\uc2dd\uc758 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\uace0 \uad00\ub9ac\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uceec\ub809\uc158 \ud0c0\uc785\uc758 \uae30\ubcf8 \uac1c\ub150 \uceec\ub809\uc158 \ud0c0\uc785\uc740 \uae30\ubcf8\uc801\uc73c\ub85c \ub370\uc774\ud130\ub97c \uadf8\ub8f9\ud654\ud558\uc5ec \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/25534\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-26T13:50:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:01:27+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/25534\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25534\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785\",\"datePublished\":\"2024-10-26T13:50:42+00:00\",\"dateModified\":\"2024-11-26T08:01:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25534\/\"},\"wordCount\":45,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud50c\ub7ec\ud130 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/25534\/\",\"url\":\"https:\/\/atmokpo.com\/w\/25534\/\",\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-26T13:50:42+00:00\",\"dateModified\":\"2024-11-26T08:01:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25534\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/25534\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/25534\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/25534\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 Flutter\uc758 \uc911\uc694\ud55c \uad6c\uc131 \uc694\uc18c\uc778 \uceec\ub809\uc158 \ud0c0\uc785\uc5d0 \ub300\ud574 \uae4a\uc774 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Flutter\ub294 \uac15\ub825\ud55c UI \ud234\ud0b7\uc77c \ubfd0\ub9cc \uc544\ub2c8\ub77c, Dart \uc5b8\uc5b4\ub97c \uae30\ubc18\uc73c\ub85c \ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. Dart \uc5b8\uc5b4\uc5d0\uc11c \uceec\ub809\uc158 \ud0c0\uc785\uc740 \ub370\uc774\ud130 \uad6c\uc870\ub97c \ub2e4\ub8e8\ub294 \ub370 \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \ub2e4\uc591\ud55c \ud615\uc2dd\uc758 \ub370\uc774\ud130\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ucc98\ub9ac\ud558\uace0 \uad00\ub9ac\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uceec\ub809\uc158 \ud0c0\uc785\uc758 \uae30\ubcf8 \uac1c\ub150 \uceec\ub809\uc158 \ud0c0\uc785\uc740 \uae30\ubcf8\uc801\uc73c\ub85c \ub370\uc774\ud130\ub97c \uadf8\ub8f9\ud654\ud558\uc5ec \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785\"","og_url":"https:\/\/atmokpo.com\/w\/25534\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-26T13:50:42+00:00","article_modified_time":"2024-11-26T08:01:27+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/25534\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/25534\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785","datePublished":"2024-10-26T13:50:42+00:00","dateModified":"2024-11-26T08:01:27+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/25534\/"},"wordCount":45,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud50c\ub7ec\ud130 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/25534\/","url":"https:\/\/atmokpo.com\/w\/25534\/","name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-26T13:50:42+00:00","dateModified":"2024-11-26T08:01:27+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/25534\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/25534\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/25534\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 13.2 \uceec\ub809\uc158 \ud0c0\uc785"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=25534"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25534\/revisions"}],"predecessor-version":[{"id":25535,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25534\/revisions\/25535"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=25534"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=25534"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=25534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}