{"id":43503,"date":"2024-11-28T12:31:42","date_gmt":"2024-11-28T12:31:42","guid":{"rendered":"https:\/\/atmokpo.com\/w\/?p=43503"},"modified":"2025-08-24T00:04:17","modified_gmt":"2025-08-24T00:04:17","slug":"dart-%ec%96%b8%ec%96%b4%ea%b0%95%ec%a2%8c-018-%ed%85%8c%ec%8a%a4%ed%8a%b8-%eb%b0%8f-%eb%94%94%eb%b2%84%ea%b9%85-%eb%94%94%eb%b2%84%ea%b9%85-%ea%b8%b0%eb%b2%95%ea%b3%bc-%eb%8f%84%ea%b5%ac","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/43503\/","title":{"rendered":"[Dart \uc5b8\uc5b4\uac15\uc88c]  018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c"},"content":{"rendered":"<p>Dart\ub294 \uac15\ub825\ud55c \ud0c0\uc785 \uc2dc\uc2a4\ud15c\uacfc \ud604\ub300\uc801\uc778 \ud074\ub798\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c Flutter\uc640 \ud568\uaed8 \ubaa8\ubc14\uc77c \uc571 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. Dart\uc758 \uc8fc\uc694 \uc7a5\uc810 \uc911 \ud558\ub098\ub294 \ud6a8\uc728\uc801\uc778 \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45 \ub3c4\uad6c\uac00 \ud48d\ubd80\ud558\uac8c \uc81c\uacf5\ub41c\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Dart\uc5d0\uc11c \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45\uc744 \uc704\ud55c \uae30\ubc95\uacfc \ub3c4\uad6c\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<br \/>\n1. Dart\uc758 \ud14c\uc2a4\ud2b8 \ud504\ub808\uc784\uc6cc\ud06c<br \/>\nDart\ub294 \uae30\ubcf8\uc801\uc73c\ub85c <code>dart:test<\/code> \ud328\ud0a4\uc9c0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc720\ub2db \ud14c\uc2a4\ud2b8\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud328\ud0a4\uc9c0\ub294 \uac04\ub2e8\ud558\uc9c0\ub9cc \uac15\ub825\ud55c \ud14c\uc2a4\ud2b8 \uc791\uc131 \ubc0f \uc2e4\ud589 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ub2e4\uc74c\uc740 \uac04\ub2e8\ud55c \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.<br \/>\n<code>import 'package:test\/test.dart';<\/code><br \/>\n<code>void main() {<\/code><br \/>\n<code>  test('\ubb38\uc790\uc5f4 \uc5f0\uacb0', () {<\/code><br \/>\n<code>    var str = 'Hello';<\/code><br \/>\n<code>    str += ' World';<\/code><br \/>\n<code>    expect(str, 'Hello World');<\/code><br \/>\n<code>  });<\/code><br \/>\n<code>}<\/code><br \/>\n\uc704\uc758 \ucf54\ub4dc\ub294 \ubb38\uc790\uc5f4 \uc5f0\uacb0\uc5d0 \ub300\ud55c \uac04\ub2e8\ud55c \uc720\ub2db \ud14c\uc2a4\ud2b8\ub97c \uc791\uc131\ud55c \uac83\uc785\ub2c8\ub2e4. <code>test()<\/code> \ud568\uc218\ub294 \ud14c\uc2a4\ud2b8\ud560 \uae30\ub2a5\uc744 \uc124\uba85\ud558\ub294 \ubb38\uc790\uc5f4\uacfc \uc0ac\uc774\uc5d0 \uc2e4\ud589\ud560 \ucf54\ub4dc\ub97c \uc791\uc131\ud558\ub294 \ucf5c\ubc31 \ud568\uc218\ub97c \ubc1b\uc2b5\ub2c8\ub2e4. <code>expect()<\/code> \ud568\uc218\ub294 \ubc18\ud658\ub41c \uac12\uc774 \uc608\uc0c1\ud55c \uac12\uacfc \uc77c\uce58\ud558\ub294\uc9c0\ub97c \ud655\uc778\ud569\ub2c8\ub2e4.<br \/>\n1.1. \ud14c\uc2a4\ud2b8 \uadf8\ub8f9\ud654<br \/>\n\ud14c\uc2a4\ud2b8\ub97c \uad6c\uc131\ud558\ub294 \ub370 \uc788\uc5b4\uc11c <code>group()<\/code> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uad00\ub828\ub41c \ud14c\uc2a4\ud2b8\ub4e4\uc744 \uadf8\ub8f9\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n<code>group('\ubb38\uc790\uc5f4 \uad00\ub828 \ud14c\uc2a4\ud2b8', () {<\/code><br \/>\n<code>  test('\ubb38\uc790\uc5f4 \uae38\uc774 \ud655\uc778', () {<\/code><br \/>\n<code>    var str = 'Hello';<\/code><br \/>\n<code>    expect(str.length, 5);<\/code><br \/>\n<code>  });<\/code><br \/>\n<code>  test('\ubb38\uc790\uc5f4 \ub300\ubb38\uc790 \ubcc0\ud658', () {<\/code><br \/>\n<code>    var str = 'hello';<\/code><br \/>\n<code>    expect(str.toUpperCase(), 'HELLO');<\/code><br \/>\n<code>  });<\/code><br \/>\n<code>});<\/code><br \/>\n2. \ub514\ubc84\uae45 \uae30\ubc95<br \/>\nDart\uc640 Flutter\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \ub514\ubc84\uae45 \uae30\ubc95\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uc8fc\uc694 \ub514\ubc84\uae45 \uae30\ubc95\ub4e4\uc785\ub2c8\ub2e4.<br \/>\n2.1. \ub85c\uadf8 \ucd9c\ub825<br \/>\n\uac00\uc7a5 \uac04\ub2e8\ud55c \ub514\ubc84\uae45 \uae30\ubc95 \uc911 \ud558\ub098\ub294 \ub85c\uadf8\ub97c \ucd9c\ub825\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. Dart\uc5d0\uc11c\ub294 <code>print()<\/code> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud504\ub85c\uadf8\ub7a8\uc758 \uc0c1\ud0dc\ub098 \ubcc0\uc218\ub97c \ucd9c\ub825\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n<code>void main() {<\/code><br \/>\n<code>  var name = 'Dart';<\/code><br \/>\n<code>  print('Hello, $name!');<\/code><br \/>\n<code>}<\/code><br \/>\n2.2. \ub514\ubc84\uae45 \ub3c4\uad6c \uc0ac\uc6a9<br \/>\nDart SDK\uc640 \ud568\uaed8 \uc81c\uacf5\ub418\ub294 <code>dartdevc<\/code>\uc640 <code>dart observatory<\/code>\ub294 \ubcf5\uc7a1\ud55c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ub514\ubc84\uae45\uc744 \ub3c4\uc640\uc8fc\ub294 \ub3c4\uad6c\uc785\ub2c8\ub2e4. \ud2b9\ud788 <code>dart observatory<\/code>\ub294 \uba54\ubaa8\ub9ac \uc0ac\uc6a9\ub7c9, \uc131\ub2a5 \ubd84\uc11d, \uc2a4\ud0dd \ud2b8\ub808\uc774\uc2a4\ub97c \uc2dc\uac01\ud654\ud560 \uc218 \uc788\uc5b4 \ub9e4\uc6b0 \uc720\uc6a9\ud569\ub2c8\ub2e4.<br \/>\n2.3. \ube0c\ub808\uc774\ud06c\ud3ec\uc778\ud2b8 \uc124\uc815<br \/>\nIDE\uc5d0\uc11c \ub514\ubc84\uae45 \ubaa8\ub4dc\ub97c \uc2e4\ud589\ud558\uba74 \ube0c\ub808\uc774\ud06c\ud3ec\uc778\ud2b8\ub97c \uc124\uc815\ud558\uc5ec \ud2b9\uc815 \ucf54\ub4dc \ube14\ub85d\uc5d0\uc11c \uc2e4\ud589\uc744 \uc911\ub2e8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae30\ub2a5\uc740 \ubcc0\uc218\uc758 \uc0c1\ud0dc\ub97c \uac80\uc0ac\ud558\uac70\ub098 \ucf54\ub4dc\ub97c \ub2e8\uacc4\ubcc4\ub85c \uc2e4\ud589\ud558\uba70 \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub294 \ub370 \ub3c4\uc6c0\uc744 \uc90d\ub2c8\ub2e4.<br \/>\n3. Flutter\uc758 \ub514\ubc84\uae45 \uae30\ubc95<br \/>\nFlutter\ub97c \uc0ac\uc6a9\ud560 \ub54c \ub514\ubc84\uae45 \uae30\ubc95\uc740 \ud2b9\ud788 \uc911\uc694\ud569\ub2c8\ub2e4. Flutter\uc5d0\uc11c\ub3c4 \ub3d9\uc77c\ud558\uac8c \ub85c\uadf8 \ucd9c\ub825\uc744 \ud65c\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, Flutter \uc804\uc6a9 \ub514\ubc84\uae45 \ub3c4\uad6c\uc778 <code>Flutter DevTools<\/code>\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 UI \uc131\ub2a5 \ubaa8\ub2c8\ud130\ub9c1, \uc0c1\ud0dc \uad00\ub9ac \ub514\ubc84\uae45, \ub124\ud2b8\uc6cc\ud06c \uc694\uccad \ucd94\uc801 \ub4f1\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n3.1. Hot Reload\uc640 Hot Restart<br \/>\nFlutter\ub294 \uac1c\ubc1c \uc911\uc5d0 \uc571\uc744 \ube60\ub974\uac8c \uc5c5\ub370\uc774\ud2b8\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc778 <code>Hot Reload<\/code>\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc \ubcc0\uacbd\uc0ac\ud56d\uc744 \uc989\uc2dc \ubc18\uc601\ud560 \uc218 \uc788\uc5b4 \ud6a8\uc728\uc801\uc778 \ub514\ubc84\uae45\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.<br \/>\n3.2. Flutter DevTools<br \/>\n<code>Flutter DevTools<\/code>\ub294 Flutter \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ubd84\uc11d\ud558\uace0 \ub514\ubc84\uae45\ud558\ub294 \ub370 \uc720\uc6a9\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc774 \ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud558\uba74 \uc704\uc82f \ud2b8\ub9ac, \ub80c\ub354\ub9c1 \uc131\ub2a5, \ub124\ud2b8\uc6cc\ud06c \uc694\uccad \ub4f1\uc744 \uc2dc\uac01\ud654\ud558\uc5ec \ubcf5\uc7a1\ud55c \ubb38\uc81c\ub97c \uc27d\uac8c \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n4. \ud14c\uc2a4\ud2b8\uc640 \ub514\ubc84\uae45 \ud1b5\ud569<br \/>\n\ucd5c\uc2e0 \uac1c\ubc1c\uc5d0\uc11c\ub294 \ud14c\uc2a4\ud2b8\uc640 \ub514\ubc84\uae45\uc744 \ud1b5\ud569\ud558\uc5ec \uc18c\ud504\ud2b8\uc6e8\uc5b4 \ud488\uc9c8\uc744 \ubcf4\uc7a5\ud574\uc57c \ud569\ub2c8\ub2e4. Dart\uc758 <code>dart:test<\/code> \ud328\ud0a4\uc9c0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc791\uc131\ud55c \ud14c\uc2a4\ud2b8\ub294 CI\/CD \ud30c\uc774\ud504\ub77c\uc778\uc5d0 \ud3ec\ud568\ub420 \uc218 \uc788\uc73c\uba70, \uc774\ub97c \ud1b5\ud574 \uc790\ub3d9\uc73c\ub85c \ucf54\ub4dc\uac00 \ubc30\ud3ec\ub418\uae30 \uc804 \ud488\uc9c8 \uac80\uc0ac\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\n4.1. CI\/CD \uc801\uc6a9 \uc608\uc2dc<br \/>\n\uc870\uc9c1\uc5d0\uc11c Continuous Integration (CI)\uc640 Continuous Delivery (CD) \ud30c\uc774\ud504\ub77c\uc778\uc744 \uad6c\ucd95\ud558\uba74, \ucf54\ub4dc \ubcc0\uacbd \uc2dc\ub9c8\ub2e4 \ud14c\uc2a4\ud2b8\uac00 \uc790\ub3d9\uc73c\ub85c \uc2e4\ud589\ub418\uc5b4 \ubc30\ud3ec \ud504\ub85c\uc138\uc2a4\uc758 \uc548\uc815\uc131\uc774 \ub192\uc544\uc9d1\ub2c8\ub2e4. \ub2e4\uc74c\uc740 CI\/CD\uc5d0\uc11c Dart \ud14c\uc2a4\ud2b8\ub97c \ud3ec\ud568\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.<br \/>\n<code>name: Dart CI<\/code><br \/>\n<code>on: [push]<\/code><br \/>\n<code>jobs:<\/code><br \/>\n<code>  test:<\/code><br \/>\n<code>    runs-on: ubuntu-latest<\/code><br \/>\n<code>    steps:<\/code><br \/>\n<code>    - name: Check out code<\/code><br \/>\n<code>      uses: actions\/checkout@v2<\/code><br \/>\n<code>      <\/code><br \/>\n<code>    - name: Set up Dart<\/code><br \/>\n<code>      uses: dart-lang\/setup-dart@v1<\/code><br \/>\n<code>    - name: Install dependencies<\/code><br \/>\n<code>      run: dart pub get<\/code><br \/>\n<code>    - name: Run tests<\/code><br \/>\n<code>      run: dart test<\/code><br \/>\n5. \uacb0\ub860<br \/>\nDart \uac1c\ubc1c \uc5b8\uc5b4\ub294 \uac15\ub825\ud55c \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45 \uc9c0\uc6d0\uc744 \ud1b5\ud574 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c\uc790\ub4e4\uc774 \ub192\uc740 \ud488\uc9c8\uc758 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. Dart\uc758 \ud14c\uc2a4\ud2b8 \ud504\ub808\uc784\uc6cc\ud06c\ub294 \uc720\ub2db \ud14c\uc2a4\ud2b8\ub97c \uc27d\uace0 \uac15\ub825\ud558\uac8c \uc791\uc131\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\uba70, \ub2e4\uc591\ud55c \ub514\ubc84\uae45 \ud234\uacfc \uae30\ubc95\uc740 \ubc84\uadf8\ub97c \ube60\ub974\uac8c \ucc3e\uc544\ub0b4\uace0 \uc218\uc815\ud560 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud569\ub2c8\ub2e4. Flutter\uc640\uc758 \uacb0\ud569\uc744 \ud1b5\ud574 \ub354\uc6b1 \ud6a8\uacfc\uc801\uc778 \ub514\ubc84\uae45 \ud658\uacbd\uc744 \uad6c\ucd95\ud560 \uc218 \uc788\uc73c\uba70, CI\/CD \ub3c4\uad6c\uc640\uc758 \ud1b5\ud569\uc73c\ub85c \uacac\uace0\ud55c \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uac1c\ubc1c \ud504\ub85c\uc138\uc2a4\ub97c \ub9cc\ub4e4\uc5b4\uac08 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\uc18d\uc801\uc778 \ud559\uc2b5\uacfc \ud65c\uc6a9\uc744 \ud1b5\ud574 Dart\uc758 \uc7a0\uc7ac\ub825\uc744 \uadf9\ub300\ud654\ud560 \uc218 \uc788\uc744 \uac83\uc785\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dart\ub294 \uac15\ub825\ud55c \ud0c0\uc785 \uc2dc\uc2a4\ud15c\uacfc \ud604\ub300\uc801\uc778 \ud074\ub798\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c Flutter\uc640 \ud568\uaed8 \ubaa8\ubc14\uc77c \uc571 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. Dart\uc758 \uc8fc\uc694 \uc7a5\uc810 \uc911 \ud558\ub098\ub294 \ud6a8\uc728\uc801\uc778 \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45 \ub3c4\uad6c\uac00 \ud48d\ubd80\ud558\uac8c \uc81c\uacf5\ub41c\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Dart\uc5d0\uc11c \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45\uc744 \uc704\ud55c \uae30\ubc95\uacfc \ub3c4\uad6c\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. Dart\uc758 \ud14c\uc2a4\ud2b8 \ud504\ub808\uc784\uc6cc\ud06c Dart\ub294 \uae30\ubcf8\uc801\uc73c\ub85c dart:test \ud328\ud0a4\uc9c0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc720\ub2db \ud14c\uc2a4\ud2b8\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/43503\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;[Dart \uc5b8\uc5b4\uac15\uc88c]  018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c&#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-43503","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>[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c - \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\/43503\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"Dart\ub294 \uac15\ub825\ud55c \ud0c0\uc785 \uc2dc\uc2a4\ud15c\uacfc \ud604\ub300\uc801\uc778 \ud074\ub798\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c Flutter\uc640 \ud568\uaed8 \ubaa8\ubc14\uc77c \uc571 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. Dart\uc758 \uc8fc\uc694 \uc7a5\uc810 \uc911 \ud558\ub098\ub294 \ud6a8\uc728\uc801\uc778 \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45 \ub3c4\uad6c\uac00 \ud48d\ubd80\ud558\uac8c \uc81c\uacf5\ub41c\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Dart\uc5d0\uc11c \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45\uc744 \uc704\ud55c \uae30\ubc95\uacfc \ub3c4\uad6c\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. Dart\uc758 \ud14c\uc2a4\ud2b8 \ud504\ub808\uc784\uc6cc\ud06c Dart\ub294 \uae30\ubcf8\uc801\uc73c\ub85c dart:test \ud328\ud0a4\uc9c0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc720\ub2db \ud14c\uc2a4\ud2b8\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/43503\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-28T12:31:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-24T00:04:17+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=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/43503\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/43503\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c\",\"datePublished\":\"2024-11-28T12:31:42+00:00\",\"dateModified\":\"2025-08-24T00:04:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/43503\/\"},\"wordCount\":46,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud50c\ub7ec\ud130 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/43503\/\",\"url\":\"https:\/\/atmokpo.com\/w\/43503\/\",\"name\":\"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-28T12:31:42+00:00\",\"dateModified\":\"2025-08-24T00:04:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/43503\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/43503\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/43503\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c\"}]},{\"@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":"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c - \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\/43503\/","og_locale":"ko_KR","og_type":"article","og_title":"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"Dart\ub294 \uac15\ub825\ud55c \ud0c0\uc785 \uc2dc\uc2a4\ud15c\uacfc \ud604\ub300\uc801\uc778 \ud074\ub798\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c Flutter\uc640 \ud568\uaed8 \ubaa8\ubc14\uc77c \uc571 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. Dart\uc758 \uc8fc\uc694 \uc7a5\uc810 \uc911 \ud558\ub098\ub294 \ud6a8\uc728\uc801\uc778 \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45 \ub3c4\uad6c\uac00 \ud48d\ubd80\ud558\uac8c \uc81c\uacf5\ub41c\ub2e4\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Dart\uc5d0\uc11c \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45\uc744 \uc704\ud55c \uae30\ubc95\uacfc \ub3c4\uad6c\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. Dart\uc758 \ud14c\uc2a4\ud2b8 \ud504\ub808\uc784\uc6cc\ud06c Dart\ub294 \uae30\ubcf8\uc801\uc73c\ub85c dart:test \ud328\ud0a4\uc9c0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc720\ub2db \ud14c\uc2a4\ud2b8\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c\"","og_url":"https:\/\/atmokpo.com\/w\/43503\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-28T12:31:42+00:00","article_modified_time":"2025-08-24T00:04:17+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":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/43503\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/43503\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c","datePublished":"2024-11-28T12:31:42+00:00","dateModified":"2025-08-24T00:04:17+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/43503\/"},"wordCount":46,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud50c\ub7ec\ud130 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/43503\/","url":"https:\/\/atmokpo.com\/w\/43503\/","name":"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-28T12:31:42+00:00","dateModified":"2025-08-24T00:04:17+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/43503\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/43503\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/43503\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"[Dart \uc5b8\uc5b4\uac15\uc88c] 018. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, \ub514\ubc84\uae45 \uae30\ubc95\uacfc \ub3c4\uad6c \uc18c\uac1c"}]},{"@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":[{"id":43501,"url":"https:\/\/atmokpo.com\/w\/43501\/","url_meta":{"origin":43503,"position":0},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  017. \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45, Dart\uc5d0\uc11c\uc758 \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \uc791\uc131 \ubc29\ubc95","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"1. \ub4e4\uc5b4\uac00\uba70 Dart\ub294 \ud604\ub300\uc801\uc778 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc791\uc131\ud558\uae30 \uc704\ud574 \uc124\uacc4\ub41c \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc785\ub2c8\ub2e4. \ud2b9\ud788 Flutter\uc640 \uacb0\ud569\ub418\uba74\uc11c \ubaa8\ubc14\uc77c \ubc0f \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \ud601\uc2e0\uc744 \uac00\uc838\uc654\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ubb34\uc5c7\ubcf4\ub2e4 \uc911\uc694\ud55c \uac83\uc740 \ucf54\ub4dc\uc758 \ud488\uc9c8\uc744 \uc720\uc9c0\ud558\uace0 \ubc84\uadf8\ub97c \ubc29\uc9c0\ud558\uae30 \uc704\ud574 \ud14c\uc2a4\ud2b8 \ubc0f \ub514\ubc84\uae45 \uacfc\uc815\uc744 \uac70\uce58\ub294 \uac83\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Dart\uc758 \ub2e8\uc704 \ud14c\uc2a4\ud2b8 \uc791\uc131 \ubc29\ubc95\uacfc \uc720\uc6a9\ud55c \ub514\ubc84\uae45 \uae30\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 2.\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43519,"url":"https:\/\/atmokpo.com\/w\/43519\/","url_meta":{"origin":43503,"position":1},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  026. Dart\uc640 \ud1b5\ud569\ub41c \ud604\ub300\uc801 \uac1c\ubc1c \ud2b8\ub80c\ub4dc, Dart\uc640 DevOps, CI CD \ud30c\uc774\ud504\ub77c\uc778","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"\uc9c0\ub09c \uba87 \ub144\uac04 Dart\ub77c\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uac00 \uc778\uae30\ub97c \ub04c\uba74\uc11c, \ub9ce\uc740 \uac1c\ubc1c\uc790\ub4e4\uc774 \ubaa8\ubc14\uc77c \ubc0f \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uae30 \uc704\ud574 \uc774 \uc5b8\uc5b4\ub97c \uc120\ud0dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. Dart\ub294 Google\uc5d0 \uc758\ud574 \uac1c\ubc1c\ub418\uc5c8\uc73c\uba70, \ud2b9\ud788 Flutter \ud504\ub808\uc784\uc6cc\ud06c\uc640 \ubc00\uc811\ud558\uac8c \uc5f0\uad00\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. Flutter\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub9e4\ub825\uc801\uc774\uace0 performant\ud55c UI\ub97c \uad6c\ucd95\ud558\ub294 \uac83\uc774 \uac00\ub2a5\ud558\uc9c0\ub9cc, Dart\uc758 \uc7a5\uc810\uc740 UI \uadf8 \uc774\uc0c1\uc785\ub2c8\ub2e4. \uc774\ubc88 \ube14\ub85c\uadf8 \uae00\uc5d0\uc11c\ub294 Dart\uc640 \ud604\ub300\uc801\uc778 \uac1c\ubc1c \ud2b8\ub80c\ub4dc,\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43499,"url":"https:\/\/atmokpo.com\/w\/43499\/","url_meta":{"origin":43503,"position":2},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  016. Dart \ud328\ud0a4\uc9c0 \uad00\ub9ac, \uc9c1\uc811 \ud328\ud0a4\uc9c0 \ub9cc\ub4e4\uae30","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"\uc791\uc131\uc77c: 2023\ub144 10\uc6d4 1. Dart \ud328\ud0a4\uc9c0\ub780? Dart \ud328\ud0a4\uc9c0\ub294 Dart \uc5b8\uc5b4\ub85c \uc791\uc131\ub41c \ucf54\ub4dc\uc758 \uc9d1\ud569\uc73c\ub85c, \ud2b9\uc815 \uae30\ub2a5\uc744 \uc7ac\uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\ub294 \ubaa8\ub4c8\uc785\ub2c8\ub2e4. \ud328\ud0a4\uc9c0\ub294 \ucf54\ub4dc, \ub9ac\uc18c\uc2a4, \ubb38\uc11c, \uadf8\ub9ac\uace0 \uba54\ud0c0\ub370\uc774\ud130\ub97c \ud3ec\ud568\ud558\ub294 \uc5ec\ub7ec \uac1c\uc758 \ud30c\uc77c\uacfc \ub514\ub809\ud1a0\ub9ac\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4. \ud328\ud0a4\uc9c0\ub97c \uc0ac\uc6a9\ud568\uc73c\ub85c\uc368 \uac1c\ubc1c\uc790\ub294 \ucf54\ub4dc \uc911\ubcf5\uc744 \uc904\uc774\uace0, \uc720\uc6a9\ud55c \uae30\ub2a5\ub4e4\uc744 \uc190\uc27d\uac8c \uac00\uc838\uc640 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 2. Dart\uc758 \ud328\ud0a4\uc9c0 \uad00\ub9ac \uc2dc\uc2a4\ud15c\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43511,"url":"https:\/\/atmokpo.com\/w\/43511\/","url_meta":{"origin":43503,"position":3},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  022. Dart\ub85c API \ud1b5\uc2e0\ud558\uae30, JSON \ub370\uc774\ud130 \ucc98\ub9ac \ubc29\ubc95","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"022. Dart\ub85c API \ud1b5\uc2e0\ud558\uae30: JSON \ub370\uc774\ud130 \ucc98\ub9ac \ubc29\ubc95 Dart\ub294 Google\uc5d0\uc11c \uac1c\ubc1c\ud55c \ud604\ub300\uc801\uc778 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c Flutter \uc571 \uac1c\ubc1c\uc5d0 \uc4f0\uc785\ub2c8\ub2e4. \ud558\uc9c0\ub9cc Dart\ub294 \uc11c\ubc84 \uc0ac\uc774\ub4dc \uac1c\ubc1c\uc5d0\ub3c4 \uc0ac\uc6a9\ub420 \uc218 \uc788\uc73c\uba70, REST API\uc640\uc758 \ud1b5\uc2e0 \ub610\ud55c \uac04\ub2e8\ud558\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Dart\ub97c \uc0ac\uc6a9\ud558\uc5ec API\uc640 \ud1b5\uc2e0\ud558\uace0 JSON \ub370\uc774\ud130\ub97c \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. Dart\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43477,"url":"https:\/\/atmokpo.com\/w\/43477\/","url_meta":{"origin":43503,"position":4},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  005. \uae30\ubcf8 \ubb38\ubc95 \ubc30\uc6b0\uae30, \ubcc0\uc218 \ubc0f \ub370\uc774\ud130 \ud0c0\uc785","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"1. Dart \uc5b8\uc5b4 \uc18c\uac1c Dart\ub294 Google\uc5d0\uc11c \uac1c\ubc1c\ud55c \ud604\ub300\uc801\uc778 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \ubc0f \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud2b9\ud788 Flutter \ud504\ub808\uc784\uc6cc\ud06c\uc640 \ud568\uaed8 \uc0ac\uc6a9\ub418\uc5b4 \ud06c\ub85c\uc2a4 \ud50c\ub7ab\ud3fc \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc758 \uc778\uae30 \uc5b8\uc5b4\ub85c \uc790\ub9ac \uc7a1\uace0 \uc788\uc2b5\ub2c8\ub2e4. Dart\uc758 \ubb38\ubc95\uc740 Java\uc640 C#\uc5d0\uc11c \uc601\ud5a5\uc744 \ubc1b\uc558\uc73c\uba70, \uc774\ub97c \ud1b5\ud574 \uac1c\ubc1c\uc790\ub4e4\uc774 \uc27d\uac8c \uc811\uadfc\ud560 \uc218 \uc788\ub294 \uce5c\uc219\ud55c \uc5b8\uc5b4\uc785\ub2c8\ub2e4. Dart\ub294 \uac1d\uccb4 \uc9c0\ud5a5\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":43521,"url":"https:\/\/atmokpo.com\/w\/43521\/","url_meta":{"origin":43503,"position":5},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  027. Dart\uc640 \ud1b5\ud569\ub41c \ud604\ub300\uc801 \uac1c\ubc1c \ud2b8\ub80c\ub4dc, Dart\ub85c \ub9cc\ub4dc\ub294 \ud06c\ub85c\uc2a4 \ud50c\ub7ab\ud3fc \uc560\ud50c\ub9ac\ucf00\uc774\uc158","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"\uc791\uc131\uc77c: 2023\ub144 10\uc6d4 \uc791\uc131\uc790: AI \uac1c\ubc1c\uc790 1. Dart\uc758 \ubc30\uacbd\uacfc \uac1c\uc694 Dart\ub294 \uad6c\uae00\uc5d0\uc11c \uac1c\ubc1c\ud55c \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c \uc6f9\uacfc \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uac1c\ubc1c\uc744 \uc704\ud574 \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. Dart\ub294 \uac1d\uccb4 \uc9c0\ud5a5\uc801\uc774\uba70, C \uacc4\uc5f4 \uc5b8\uc5b4\uc758 \ubb38\ubc95\uc744 \ubc14\ud0d5\uc73c\ub85c \ud558\uace0 \uc788\uc5b4 \uac1c\ubc1c\uc790\ub4e4\uc774 \uc27d\uac8c \uc811\uadfc\ud560 \uc218 \uc788\ub294 \uc5b8\uc5b4\uc785\ub2c8\ub2e4. Dart\uc758 \uc8fc\uc694 \ubaa9\uc801\uc740 \ube60\ub978 \uc131\ub2a5\uacfc \uc0dd\uc0b0\uc131\uc744 \uc81c\uacf5\ud558\ub294 \uac83\uc774\uba70, \ub2e4\uc591\ud55c \ud50c\ub7ab\ud3fc\uc5d0 \ub300\ud55c \ud06c\ub85c\uc2a4\u2026","rel":"","context":"&quot;\ud50c\ub7ec\ud130 \uac15\uc88c&quot;\uc5d0\uc11c","block_context":{"text":"\ud50c\ub7ec\ud130 \uac15\uc88c","link":"https:\/\/atmokpo.com\/w\/category\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/43503","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=43503"}],"version-history":[{"count":3,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/43503\/revisions"}],"predecessor-version":[{"id":43557,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/43503\/revisions\/43557"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=43503"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=43503"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=43503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}