{"id":25658,"date":"2024-10-26T13:51:24","date_gmt":"2024-10-26T13:51:24","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=25658"},"modified":"2024-11-26T08:00:29","modified_gmt":"2024-11-26T08:00:29","slug":"%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c-7-5-text-%ec%9c%84%ec%a0%af-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/25658\/","title":{"rendered":"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30"},"content":{"rendered":"<p>\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c UI \ud234\ud0b7\uc73c\ub85c, \ubaa8\ubc14\uc77c, \uc6f9 \ubc0f \ub370\uc2a4\ud06c\ud1b1 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ube60\ub974\uace0 \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc5d0\uc11c \uac00\uc7a5 \uae30\ubcf8\uc801\uc774\uace0 \uc911\uc694\ud55c \uc704\uc82f \uc911 \ud558\ub098\uc778 <strong>Text<\/strong> \uc704\uc82f\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Text \uc704\uc82f\uc740 \uc571\uc758 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc5d0\uc11c \ud14d\uc2a4\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\uba70, \ub2e4\uc591\ud55c \uc2a4\ud0c0\uc77c\ub9c1 \uc635\uc158\uacfc \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h2>1. Text \uc704\uc82f \uae30\ubcf8 \uc0ac\uc6a9\ubc95<\/h2>\n<p>Text \uc704\uc82f\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \ud615\ud0dc\ub85c\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>Text('\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!')<\/code><\/pre>\n<p>\uc704 \ucf54\ub4dc\ub294 \ud654\uba74\uc5d0 &#8220;\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!&#8221;\ub77c\ub294 \ud14d\uc2a4\ud2b8\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4. \uc544\ub798\ub294 Text \uc704\uc82f\uc744 \uc0ac\uc6a9\ud558\uc5ec \uac04\ub2e8\ud55c \ud654\uba74\uc744 \uad6c\uc131\ud558\ub294 \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>import 'package:flutter\/material.dart';\n\nvoid main() {\n  runApp(MyApp());\n}\n\nclass MyApp extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      home: Scaffold(\n        appBar: AppBar(\n          title: Text('Text \uc704\uc82f \uc608\uc2dc'),\n        ),\n        body: Center(\n          child: Text('\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!'),\n        ),\n      ),\n    );\n  }\n}<\/code><\/pre>\n<h2>2. Text \uc704\uc82f\uc758 \uc18d\uc131<\/h2>\n<p>Text \uc704\uc82f\uc740 \ub2e4\uc591\ud55c \uc18d\uc131\uc744 \uc81c\uacf5\ud558\uc5ec \ud14d\uc2a4\ud2b8\uc758 \uc2a4\ud0c0\uc77c\uacfc \ubc30\uc5f4 \ubc29\uc2dd\uc744 \uc870\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc8fc\uc694 \uc18d\uc131\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>style<\/strong>: Text \uc704\uc82f\uc758 \ud14d\uc2a4\ud2b8 \uc2a4\ud0c0\uc77c\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/li>\n<li><strong>textAlign<\/strong>: \ud14d\uc2a4\ud2b8 \uc815\ub82c \ubc29\uc2dd\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>overflow<\/strong>: \ud14d\uc2a4\ud2b8\uac00 \ub108\ubb34 \uae38\uc5b4\uc11c \uc601\uc5ed\uc744 \ubc97\uc5b4\ub098\ub294 \uacbd\uc6b0 \uc5b4\ub5bb\uac8c \ucc98\ub9ac\ud560\uc9c0\ub97c \uacb0\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>maxLines<\/strong>: \ucd5c\ub300 \uc904 \uc218\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>softWrap<\/strong>: \uc904 \ubc14\uafc8 \uc5ec\ubd80\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>2.1 Text \uc2a4\ud0c0\uc77c \uc9c0\uc815\ud558\uae30<\/h3>\n<p>Text \uc704\uc82f\uc758 \uc2a4\ud0c0\uc77c\uc744 \uc124\uc815\ud558\ub294 \ub370 \uac00\uc7a5 \ub9ce\uc774 \uc0ac\uc6a9\ub418\ub294 \ubc29\ubc95\uc740 <code>TextStyle<\/code> \ud074\ub798\uc2a4\ub97c \uc0ac\uc6a9\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \ub2e4\uc74c \uc608\uc2dc\ub294 \ud14d\uc2a4\ud2b8\uc758 \ud06c\uae30, \uc0c9\uc0c1 \ubc0f \ub450\uaed8\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4:<\/p>\n<pre><code>Text(\n  '\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!',\n  style: TextStyle(\n    fontSize: 24,\n    color: Colors.blue,\n    fontWeight: FontWeight.bold,\n  ),\n)<\/code><\/pre>\n<h3>2.2 \ud14d\uc2a4\ud2b8 \uc815\ub82c<\/h3>\n<p>\ud14d\uc2a4\ud2b8 \uc815\ub82c\uc740 <code>textAlign<\/code> \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798 \uc608\uc2dc\ub294 \ud14d\uc2a4\ud2b8\ub97c \uc911\uc559\uc5d0 \uc815\ub82c\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4:<\/p>\n<pre><code>Text(\n  '\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!',\n  textAlign: TextAlign.center,\n)<\/code><\/pre>\n<h3>2.3 \ud14d\uc2a4\ud2b8 \uc624\ubc84\ud50c\ub85c\uc6b0<\/h3>\n<p>\ud14d\uc2a4\ud2b8\uac00 \uc9c0\uc815\ub41c \uacf5\uac04\uc744 \ub118\uc5b4\uc124 \uacbd\uc6b0, <code>overflow<\/code> \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \ucc98\ub9ac \ubc29\ubc95\uc744 \uc9c0\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ub2e4\uc74c \ucf54\ub4dc\ub294 \ud14d\uc2a4\ud2b8\uac00 \uc624\ubc84\ud50c\ub85c\uc6b0 \ub420 \uacbd\uc6b0 &#8220;&#8230;&#8221;\uc73c\ub85c \ud45c\uc2dc\ub418\ub3c4\ub85d \ud569\ub2c8\ub2e4:<\/p>\n<pre><code>Text(\n  '\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130! \uc774 \ud14d\uc2a4\ud2b8\ub294 \ub108\ubb34 \uae38\uc5b4\uc11c \ub118\uce60 \uac83\uc785\ub2c8\ub2e4.',\n  overflow: TextOverflow.ellipsis,\n)<\/code><\/pre>\n<h2>3. \ub2e4\uc591\ud55c \ud14d\uc2a4\ud2b8 \uc2a4\ud0c0\uc77c \uc801\uc6a9\ud558\uae30<\/h2>\n<p>\ud50c\ub7ec\ud130\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \ud14d\uc2a4\ud2b8 \ud6a8\uacfc\ub97c \uc801\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uac01\uae30 \ub2e4\ub978 \ud14d\uc2a4\ud2b8 \uc2a4\ud0c0\uc77c\uc758 \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/p>\n<h3>3.1 \ud3f0\ud2b8 \ud328\ubc00\ub9ac<\/h3>\n<p>\ud2b9\uc815 \ud3f0\ud2b8\ub97c \uc0ac\uc6a9\ud558\uace0\uc790 \ud560 \ub54c\ub294 <code>fontFamily<\/code> \uc18d\uc131\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/p>\n<pre><code>Text(\n  '\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!',\n  style: TextStyle(\n    fontFamily: 'Serif',\n  ),\n)<\/code><\/pre>\n<h3>3.2 \ud14d\uc2a4\ud2b8 \uadf8\ub9bc\uc790<\/h3>\n<p>\ud14d\uc2a4\ud2b8\uc5d0 \uadf8\ub9bc\uc790\ub97c \ucd94\uac00\ud558\uc5ec \uc785\uccb4\uac10 \uc788\ub294 \ud6a8\uacfc\ub97c \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uadf8\ub9bc\uc790\ub97c \ucd94\uac00\ud558\ub294 \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>Text(\n  '\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!',\n  style: TextStyle(\n    shadows: [\n      Shadow(\n        color: Colors.black,\n        offset: Offset(2.0, 2.0),\n        blurRadius: 3.0,\n      ),\n    ],\n  ),\n)<\/code><\/pre>\n<h2>4. RichText \uc704\uc82f \uc0ac\uc6a9\ud558\uae30<\/h2>\n<p>Text \uc704\uc82f\uc740 \ub2e8\uc77c \uc2a4\ud0c0\uc77c\uc758 \ud14d\uc2a4\ud2b8\ub97c \ud45c\uc2dc\ud560 \ub54c \uc720\uc6a9\ud558\uc9c0\ub9cc, \uc5ec\ub7ec \uac1c\uc758 \uc2a4\ud0c0\uc77c\uc744 \ud63c\ud569\ud558\uc5ec \uc0ac\uc6a9\ud558\uace0 \uc2f6\ub2e4\uba74 <strong>RichText<\/strong> \uc704\uc82f\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. RichText \uc704\uc82f\uc740 \uc5ec\ub7ec <code>TextSpan<\/code>\uc744 \uc870\ud569\ud558\uc5ec \ub2e4\uc591\ud55c \uc2a4\ud0c0\uc77c\uc744 \uc801\uc6a9\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4:<\/p>\n<pre><code>RichText(\n  text: TextSpan(\n    text: '\uc548\ub155\ud558\uc138\uc694, ',\n    style: TextStyle(color: Colors.black, fontSize: 20),\n    children: <textspan>[\n      TextSpan(text: '\ud50c\ub7ec\ud130!', style: TextStyle(fontWeight: FontWeight.bold)),\n    ],\n  ),\n)<\/textspan><\/code><\/pre>\n<h2>5. Text \uc704\uc82f\uc758 \uc751\uc6a9<\/h2>\n<p>Text \uc704\uc82f\uc740 \uae30\ubcf8\uc801\uc778 \ud14d\uc2a4\ud2b8 \ud45c\uc2dc \uc678\uc5d0\ub3c4 \ub2e4\uc591\ud55c \uc751\uc6a9 \ubc29\uc2dd\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc0ac\uc6a9\uc790 \uc785\ub825\uc744 \ubc1b\uc544\uc11c \ubcf4\uc5ec\uc8fc\ub294 \ub2e4\uc774\ub0b4\ubbf9\ud55c UI\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uc0ac\uc6a9\uc790\uc758 \uc785\ub825\uc744 \ubc1b\ub294 \uac04\ub2e8\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>class MyApp extends StatefulWidget {\n  @override\n  _MyAppState createState() =&gt; _MyAppState();\n}\n\nclass _MyAppState extends State<myapp> {\n  String _inputText = '';\n\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      home: Scaffold(\n        appBar: AppBar(\n          title: Text('Text \uc704\uc82f \uc751\uc6a9 \uc608\uc2dc'),\n        ),\n        body: Column(\n          mainAxisAlignment: MainAxisAlignment.center,\n          children: <widget>[\n            Text(_inputText),\n            TextField(\n              onChanged: (text) {\n                setState(() {\n                  _inputText = text;\n                });\n              },\n            ),\n          ],\n        ),\n      ),\n    );\n  }\n}<\/widget><\/myapp><\/code><\/pre>\n<h2>6. \ub2e4\uc591\ud55c \uc5b8\uc5b4 \uc9c0\uc6d0\ud558\uae30<\/h2>\n<p>Text \uc704\uc82f\uc740 \uc5ec\ub7ec \uc5b8\uc5b4\ub97c \uc9c0\uc6d0\ud558\uc5ec \ub2e4\uad6d\uc5b4 \uc571\uc744 \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ub2e4\uad6d\uc5b4 \uc571\uc5d0\uc11c \ud14d\uc2a4\ud2b8\ub97c \ud45c\uc2dc\ud558\ub824\uba74 <code>Intl<\/code> \ud328\ud0a4\uc9c0\ub97c \uc0ac\uc6a9\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \ub2e4\uad6d\uc5b4 \uc9c0\uc6d0 \uc608\uc2dc\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>import 'package:intl\/intl.dart';\n\nString getGreeting(String languageCode) {\n  switch (languageCode) {\n    case 'en':\n      return 'Hello, Flutter!';\n    case 'ko':\n      return '\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!';\n    default:\n      return 'Hello, Flutter!';\n  }\n}\n\n\/\/ \uc0ac\uc6a9 \uc608\nText(getGreeting('ko')),<\/code><\/pre>\n<h2>7. \ucd5c\uc801\uc758 \uc131\ub2a5 \uc704\ud574 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30<\/h2>\n<p>Text \uc704\uc82f\uc744 \uc0ac\uc6a9\ud558\uba74\uc11c\ub3c4 \ucd5c\uc801\uc758 \uc131\ub2a5\uc744 \uc720\uc9c0\ud558\ub824\uba74 \ub2e4\uc591\ud55c \ud301\uacfc \uc804\ub7b5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ube44\uc2fc \uc2a4\ud0c0\uc77c \uc791\uc5c5\uc744 \ud53c\ud558\uae30 \uc704\ud574 \uc804\uccb4 Text \uc704\uc82f\uc744 \ub9e4\ubc88 \ube4c\ub4dc\ud558\ub294 \ub300\uc2e0, <code>const<\/code> \uc218\uc2dd\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubd88\ud544\uc694\ud55c \ub2e4\uc2dc \uadf8\ub9ac\uae30\ub97c \ud53c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>const Text(\n  '\uc548\ub155\ud558\uc138\uc694, \ud50c\ub7ec\ud130!',\n  style: TextStyle(fontSize: 24),\n),<\/code><\/pre>\n<h2>8. \uacb0\ub860<\/h2>\n<p>Text \uc704\uc82f\uc740 \ud50c\ub7ec\ud130\uc5d0\uc11c \uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \uc694\uc18c \uc911 \ud558\ub098\uc774\uba70, \uc571\uc758 \ud14d\uc2a4\ud2b8 \ud45c\uc2dc\ub97c \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 Text \uc704\uc82f\uc758 \uae30\ubcf8 \uc0ac\uc6a9\ubc95\ubd80\ud130 \ub2e4\uc591\ud55c \uc2a4\ud0c0\uc77c\uacfc \uc751\uc6a9 \uc0ac\ub840\uae4c\uc9c0 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ud14d\uc2a4\ud2b8 \ud45c\uc2dc\ub97c \ub118\uc5b4 \ud50c\ub7ec\ud130\ub85c \uba4b\uc9c4 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud558\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uace0\ubbfc\ud574\ubcf4\uc138\uc694!<\/p>\n<p>\ud5a5\ud6c4 \uac15\uc88c\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \ud14d\uc2a4\ud2b8 \uc2a4\ud0c0\uc77c, \uc560\ub2c8\uba54\uc774\uc158, \uc811\uadfc\uc131 \ubc0f \uc0ac\uc6a9\uc790 \uc0c1\ud638\uc791\uc6a9 \ub4f1 \ubcf5\uc7a1\ud55c \uc8fc\uc81c\ub85c \ub354 \uae4a\uc774 \uc788\ub294 \uc774\uc57c\uae30\ub97c \ub2e4\ub8f0 \uc608\uc815\uc785\ub2c8\ub2e4. \uacc4\uc18d\ud574\uc11c \ud50c\ub7ec\ud130\uc758 \uc138\uacc4\uc5d0 \ud568\uaed8 \ud0d0\ud5d8\ud574 \ubcf4\uc138\uc694!<\/p>\n<p>\uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c UI \ud234\ud0b7\uc73c\ub85c, \ubaa8\ubc14\uc77c, \uc6f9 \ubc0f \ub370\uc2a4\ud06c\ud1b1 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ube60\ub974\uace0 \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc5d0\uc11c \uac00\uc7a5 \uae30\ubcf8\uc801\uc774\uace0 \uc911\uc694\ud55c \uc704\uc82f \uc911 \ud558\ub098\uc778 Text \uc704\uc82f\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Text \uc704\uc82f\uc740 \uc571\uc758 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc5d0\uc11c \ud14d\uc2a4\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\uba70, \ub2e4\uc591\ud55c \uc2a4\ud0c0\uc77c\ub9c1 \uc635\uc158\uacfc \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. 1. Text \uc704\uc82f \uae30\ubcf8 \uc0ac\uc6a9\ubc95 Text \uc704\uc82f\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/25658\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30&#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-25658","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: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30 - \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\/25658\/\" \/>\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: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c UI \ud234\ud0b7\uc73c\ub85c, \ubaa8\ubc14\uc77c, \uc6f9 \ubc0f \ub370\uc2a4\ud06c\ud1b1 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ube60\ub974\uace0 \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc5d0\uc11c \uac00\uc7a5 \uae30\ubcf8\uc801\uc774\uace0 \uc911\uc694\ud55c \uc704\uc82f \uc911 \ud558\ub098\uc778 Text \uc704\uc82f\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Text \uc704\uc82f\uc740 \uc571\uc758 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc5d0\uc11c \ud14d\uc2a4\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\uba70, \ub2e4\uc591\ud55c \uc2a4\ud0c0\uc77c\ub9c1 \uc635\uc158\uacfc \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. 1. Text \uc704\uc82f \uae30\ubcf8 \uc0ac\uc6a9\ubc95 Text \uc704\uc82f\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 &hellip; \ub354 \ubcf4\uae30 &quot;\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/25658\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-26T13:51:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:00:29+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\/25658\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25658\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30\",\"datePublished\":\"2024-10-26T13:51:24+00:00\",\"dateModified\":\"2024-11-26T08:00:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25658\/\"},\"wordCount\":31,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud50c\ub7ec\ud130 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/25658\/\",\"url\":\"https:\/\/atmokpo.com\/w\/25658\/\",\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-26T13:51:24+00:00\",\"dateModified\":\"2024-11-26T08:00:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25658\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/25658\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/25658\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30\"}]},{\"@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: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30 - \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\/25658\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c UI \ud234\ud0b7\uc73c\ub85c, \ubaa8\ubc14\uc77c, \uc6f9 \ubc0f \ub370\uc2a4\ud06c\ud1b1 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ube60\ub974\uace0 \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc5d0\uc11c \uac00\uc7a5 \uae30\ubcf8\uc801\uc774\uace0 \uc911\uc694\ud55c \uc704\uc82f \uc911 \ud558\ub098\uc778 Text \uc704\uc82f\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Text \uc704\uc82f\uc740 \uc571\uc758 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\uc5d0\uc11c \ud14d\uc2a4\ud2b8\ub97c \ud45c\uc2dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\uba70, \ub2e4\uc591\ud55c \uc2a4\ud0c0\uc77c\ub9c1 \uc635\uc158\uacfc \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. 1. Text \uc704\uc82f \uae30\ubcf8 \uc0ac\uc6a9\ubc95 Text \uc704\uc82f\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud558\uac8c \uc0ac\uc6a9\ud560 \uc218 &hellip; \ub354 \ubcf4\uae30 \"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/25658\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-26T13:51:24+00:00","article_modified_time":"2024-11-26T08:00:29+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\/25658\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/25658\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30","datePublished":"2024-10-26T13:51:24+00:00","dateModified":"2024-11-26T08:00:29+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/25658\/"},"wordCount":31,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud50c\ub7ec\ud130 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/25658\/","url":"https:\/\/atmokpo.com\/w\/25658\/","name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-26T13:51:24+00:00","dateModified":"2024-11-26T08:00:29+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/25658\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/25658\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/25658\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 7.5 Text \uc704\uc82f \uc0ac\uc6a9\ud558\uae30"}]},{"@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":25676,"url":"https:\/\/atmokpo.com\/w\/25676\/","url_meta":{"origin":25658,"position":0},"title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 9.1 \uc0c1\uc18d\uc774\ub780?","author":"root","date":"2024\ub144 10\uc6d4 26\uc77c","format":false,"excerpt":"\ud504\ub85c\uadf8\ub798\ubc0d\uc758 \ud575\uc2ec \uac1c\ub150 \uc911 \ud558\ub098\uc778 \uc0c1\uc18d\uc740 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uac00\uc7a5 \uc911\uc694\ud55c \ud2b9\uc9d5 \uc911 \ud558\ub098\ub85c, \ud50c\ub7ec\ud130\uc5d0\uc11c\ub3c4 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uc6d0\uce59\uc744 \ub530\ub974\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc5d0\uc11c\uc758 \uc0c1\uc18d \uac1c\ub150, \uc0ac\uc6a9 \ubc29\ubc95, \uadf8\ub9ac\uace0 \uc2e4\uc804 \uc608\uc81c\ub97c \ud1b5\ud574 \uc0c1\uc18d\uc744 \uae4a\uc774 \uc774\ud574\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc0c1\uc18d\uc758 \uc815\uc758 \uc0c1\uc18d(Inheritance)\uc740 \uae30\uc874 \ud074\ub798\uc2a4(\ubd80\ubaa8 \ud074\ub798\uc2a4 \ub610\ub294 \uc288\ud37c \ud074\ub798\uc2a4)\uc758 \uc18d\uc131\uacfc \uba54\uc11c\ub4dc\ub97c\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":43501,"url":"https:\/\/atmokpo.com\/w\/43501\/","url_meta":{"origin":25658,"position":1},"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":43521,"url":"https:\/\/atmokpo.com\/w\/43521\/","url_meta":{"origin":25658,"position":2},"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":[]},{"id":43505,"url":"https:\/\/atmokpo.com\/w\/43505\/","url_meta":{"origin":25658,"position":3},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  019. Dart\uc758 \ub77c\uc774\ube0c\ub7ec\ub9ac \ubc0f \ud504\ub808\uc784\uc6cc\ud06c \uc18c\uac1c, \uc8fc\uc694 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc18c\uac1c (http, routing \ub4f1)","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"Dart\ub294 \uad6c\uae00\uc774 \uac1c\ubc1c\ud55c \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c \ubaa8\ubc14\uc77c \ubc0f \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. Dart\ub294 \ub2e4\uc591\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc640 \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc81c\uacf5\ud558\uc5ec \uac1c\ubc1c\uc790\ub4e4\uc774 \ud6a8\uc728\uc801\uc73c\ub85c \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 Dart\uc758 \uc8fc\uc694 \ub77c\uc774\ube0c\ub7ec\ub9ac\uc640 \ud504\ub808\uc784\uc6cc\ud06c\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. Dart \ub77c\uc774\ube0c\ub7ec\ub9ac \uac1c\uc694 Dart\uc758 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub294 \uae30\ub2a5 \ub2e8\uc704\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc73c\uba70, \ud2b9\uc815 \uc791\uc5c5\uc744 \uc27d\uac8c \uc218\ud589\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4. 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":43519,"url":"https:\/\/atmokpo.com\/w\/43519\/","url_meta":{"origin":25658,"position":4},"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":43408,"url":"https:\/\/atmokpo.com\/w\/43408\/","url_meta":{"origin":25658,"position":5},"title":"[\uc544\ud30c\uce58 \ucf54\ub974\ub3c4\ubc14]  \uc544\ud30c\uce58 \ucf54\ub974\ub3c4\ubc14\uc758 \ubc1c\uc804 \ubc29\ud5a5 \ubc0f \ub300\uc548 \uae30\uc220","author":"root","date":"2024\ub144 11\uc6d4 27\uc77c","format":false,"excerpt":"1. \uc544\ud30c\uce58 \ucf54\ub974\ub3c4\ubc14\ub780 \ubb34\uc5c7\uc778\uac00? \uc544\ud30c\uce58 \ucf54\ub974\ub3c4\ubc14(Apache Cordova)\ub294 HTML, CSS, JavaScript\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\ub294 \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. \uae30\ubcf8\uc801\uc73c\ub85c \uc6f9 \uae30\uc220\uc744 \ud65c\uc6a9\ud558\uc5ec \ub2e4\uc591\ud55c \ubaa8\ubc14\uc77c \uc6b4\uc601 \uccb4\uc81c(Android, iOS \ub4f1)\uc5d0\uc11c \uc2e4\ud589\ub420 \uc218 \uc788\ub294 \ub124\uc774\ud2f0\ube0c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc27d\uac8c \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. \ucf54\ub974\ub3c4\ubc14\ub294 \uace0\uc720\ud55c \ud0dc\uadf8\uc640 API\ub97c \uc81c\uacf5\ud558\uc5ec \uc6f9 \uac1c\ubc1c\uc790\uac00 \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uc27d\uac8c\u5f00\u53d1\ud560 \uc218 \uc788\uac8c\u2026","rel":"","context":"&quot;cordova&quot;\uc5d0\uc11c","block_context":{"text":"cordova","link":"https:\/\/atmokpo.com\/w\/category\/cordova\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25658","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=25658"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25658\/revisions"}],"predecessor-version":[{"id":25659,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25658\/revisions\/25659"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=25658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=25658"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=25658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}