{"id":25670,"date":"2024-10-26T13:51:29","date_gmt":"2024-10-26T13:51:29","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=25670"},"modified":"2024-11-26T08:00:17","modified_gmt":"2024-11-26T08:00:17","slug":"%ed%94%8c%eb%9f%ac%ed%84%b0-%ea%b0%95%ec%a2%8c-8-3-appbar-%ea%be%b8%eb%af%b8%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/25670\/","title":{"rendered":"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc5d0\uc11c \uac1c\ubc1c\ud55c UI \ud234\ud0b7\uc73c\ub85c, \ub2e8\uc77c \ucf54\ub4dc\ubca0\uc774\uc2a4\ub85c iOS\uc640 Android\uc5d0\uc11c \uace0\ud488\uc9c8\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. \ud50c\ub7ec\ud130\uc758 \uac15\ub825\ud55c \uae30\ub2a5 \uc911 \ud558\ub098\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc27d\uac8c \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud560 \uc218 \uc788\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 <code>AppBar<\/code>\ub97c \uafb8\ubbf8\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\ub4e4\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>AppBar\ub780?<\/h2>\n<p><code>AppBar<\/code>\ub294 \ud50c\ub7ec\ud130 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc0c1\ub2e8\uc5d0 \ub098\ud0c0\ub098\ub294 \ub3c4\uad6c \ubaa8\uc74c\uc73c\ub85c, \uc81c\ubaa9, \uba54\ub274, \ud0d0\uc0c9 \uc544\uc774\ucf58 \ub4f1\uc744 \ud3ec\ud568\ud558\ub294 \uae30\ubcf8\uc801\uc778 UI \uc694\uc18c\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc571\uc744 \ud0d0\uc0c9\ud558\ub294 \ub3d9\uc548 \ud56d\uc0c1 \ud654\uba74 \uc0c1\ub2e8\uc5d0 \uba38\ubb3c\uba70, \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc804\ubc18\uc801\uc778 \ud14c\ub9c8\uc640 \uc2a4\ud0c0\uc77c\uc5d0 \ub9de\uac8c \uc870\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uae30\ubcf8 AppBar \uc0dd\uc131\ud558\uae30<\/h2>\n<p>\uae30\ubcf8\uc801\uc73c\ub85c <code>AppBar<\/code>\ub294 <code>Scaffold<\/code> \uc704\uc82f \ub0b4\uc5d0 \ubc30\uce58\ub429\ub2c8\ub2e4. \uc544\ub798\ub294 \uae30\ubcf8 <code>AppBar<\/code>\ub97c \ucd94\uac00\ud55c \uac04\ub2e8\ud55c \ud50c\ub7ec\ud130 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ucf54\ub4dc\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('\uae30\ubcf8 AppBar'),\n        ),\n        body: Center(child: Text('\uc548\ub155\ud558\uc138\uc694!')),\n      ),\n    );\n  }\n}<\/code><\/pre>\n<h2>AppBar \uc0c9\uc0c1 \ubcc0\uacbd\ud558\uae30<\/h2>\n<p>AppBar\uc758 \uc0c9\uc0c1\uc744 \ubcc0\uacbd\ud558\ub294 \uac83\uc740 \uc571\uc758 theme\uc744 \uc124\uc815\ud560 \ub54c \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \uc544\ub798 \uc608\uc81c\uc5d0\uc11c\ub294 <code>backgroundColor<\/code> \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec AppBar\uc758 \ubc30\uacbd\uc0c9\uc744 \ubcc0\uacbd\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4:<\/p>\n<pre><code>appBar: AppBar(\n  title: Text('\uc0c9\uc0c1 \ubcc0\uacbd\ub41c AppBar'),\n  backgroundColor: Colors.blueAccent,\n),<\/code><\/pre>\n<p>\uc774\ub807\uac8c \uc124\uc815\ud558\uba74 AppBar\uc758 \ubc30\uacbd\uc0c9\uc774 <code>blueAccent<\/code>\ub85c \ubcc0\uacbd\ub429\ub2c8\ub2e4.<\/p>\n<h2>AppBar\uc5d0 \uc544\uc774\ucf58 \ucd94\uac00\ud558\uae30<\/h2>\n<p>AppBar\uc5d0 \uc544\uc774\ucf58\uc744 \ub123\uc5b4 \uc571\uc758 \uae30\ub2a5\uc744 \ub354\uc6b1 \uc9c1\uad00\uc801\uc73c\ub85c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\uc774\ucf58 \ubc84\ud2bc\uc740 <code>actions<\/code> \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798 \uc608\uc81c\uc5d0\uc11c\ub294 &#8216;\uac80\uc0c9&#8217; \uc544\uc774\ucf58\uc744 \ucd94\uac00\ud558\uace0 \ud074\ub9ad \uc2dc \ub3d9\uc791\uc744 \uc815\uc758\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>appBar: AppBar(\n  title: Text('\uc544\uc774\ucf58 \ucd94\uac00\ub41c AppBar'),\n  actions: <widget>[\n    IconButton(\n      icon: Icon(Icons.search),\n      onPressed: () {\n        \/\/ \uac80\uc0c9 \uc544\uc774\ucf58 \ud074\ub9ad \uc2dc \ub3d9\uc791\n        print('\uac80\uc0c9 \uc544\uc774\ucf58 \ud074\ub9ad\ub428');\n      },\n    ),\n  ],\n),<\/widget><\/code><\/pre>\n<h2>AppBar \uc81c\ubaa9 \uc2a4\ud0c0\uc77c \ubcc0\uacbd\ud558\uae30<\/h2>\n<p>AppBar\uc758 \uc81c\ubaa9 \uc2a4\ud0c0\uc77c\uc744 \ubcc0\uacbd\ud558\uc5ec \ub354 \ub9ce\uc740 \uc0ac\uc6a9\uc790 \uc815\uc758\ub97c \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798 \ucf54\ub4dc\ub294 \uc81c\ubaa9\uc758 \uae00\uaf34 \ud06c\uae30\uc640 \uc0c9\uc0c1\uc744 \ubcc0\uacbd\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4:<\/p>\n<pre><code>appBar: AppBar(\n  title: Text(\n    '\uc2a4\ud0c0\uc77c \ubcc0\uacbd\ub41c \uc81c\ubaa9',\n    style: TextStyle(\n      fontSize: 20,\n      color: Colors.white,\n      fontWeight: FontWeight.bold,\n    ),\n  ),\n),<\/code><\/pre>\n<h2>Custom AppBar \ub9cc\ub4e4\uae30<\/h2>\n<p>\uae30\ubcf8 AppBar \uae30\ub2a5\uc744 \ub118\uc5b4 \uc0ac\uc6a9\uc790 \uc815\uc758 AppBar\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. Flutter\uc758 <code>PreferredSizeWidget<\/code>\uc744 \uad6c\ud604\ud558\uc5ec \uc6d0\ud558\ub294 \ub514\uc790\uc778\uc758 AppBar\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 \uac04\ub2e8\ud55c \uc0ac\uc6a9\uc790 \uc815\uc758 AppBar\uc758 \uc608\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>class CustomAppBar extends StatelessWidget implements PreferredSizeWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Container(\n      color: Colors.blue,\n      child: Padding(\n        padding: const EdgeInsets.all(16.0),\n        child: Row(\n          mainAxisAlignment: MainAxisAlignment.spaceBetween,\n          children: [\n            Text('\uc0ac\uc6a9\uc790 \uc815\uc758 AppBar', style: TextStyle(color: Colors.white, fontSize: 20)),\n            Icon(Icons.settings, color: Colors.white),\n          ],\n        ),\n      ),\n    );\n  }\n\n  @override\n  Size get preferredSize =&gt; Size.fromHeight(56.0);\n}<\/code><\/pre>\n<p>\uc774 \uc0ac\uc6a9\uc790 \uc815\uc758 AppBar\ub97c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 <code>Scaffold<\/code>\uc758 <code>appBar<\/code> \uc18d\uc131\uc5d0 \ubd80\uc5ec\ud558\uba74 \ub429\ub2c8\ub2e4:<\/p>\n<pre><code>appBar: CustomAppBar(),<\/code><\/pre>\n<h2>AppBar\uc5d0\uc11c \uba54\ub274 \ubc84\ud2bc \ucd94\uac00\ud558\uae30<\/h2>\n<p>AppBar\uc5d0 \uba54\ub274 \ubc84\ud2bc\uc744 \ucd94\uac00\ud558\uba74 \uc0ac\uc6a9\uc790\uac00 \ub354 \ub9ce\uc740 \uc635\uc158\uc744 \uc120\ud0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798 \ucf54\ub4dc\ub294 \uba54\ub274\ub97c \ucd94\uac00\ud558\uace0 \uc0ac\uc6a9\uc790\uac00 \ud074\ub9ad\ud560 \uc218 \uc788\ub294 \uc5ec\ub7ec \ud56d\ubaa9\uc744 \ud3ec\ud568\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>appBar: AppBar(\n  title: Text('\uba54\ub274 \ubc84\ud2bc \ucd94\uac00\ub41c AppBar'),\n  actions: <widget>[\n    PopupMenuButton<string>(\n      onSelected: (String result) {\n        print('\uc120\ud0dd\ub41c \uba54\ub274: $result');\n      },\n      itemBuilder: (BuildContext context) =&gt; <popupmenuentry<string>&gt;[\n        const PopupMenuItem<string>(\n          value: '\uc635\uc158 1',\n          child: Text('\uc635\uc158 1'),\n        ),\n        const PopupMenuItem<string>(\n          value: '\uc635\uc158 2',\n          child: Text('\uc635\uc158 2'),\n        ),\n      ],\n    ),\n  ],\n),<\/string><\/string><\/popupmenuentry<string><\/string><\/widget><\/code><\/pre>\n<h2>AppBar \ud22c\uba85 \ubc30\uacbd\uc73c\ub85c \ub9cc\ub4e4\uae30<\/h2>\n<p>\ud2b9\uc815 \uc571\uc5d0\uc11c\ub294 AppBar\uc758 \ubc30\uacbd\uc744 \ud22c\uba85\ud558\uac8c \uc124\uc815\ud558\uc5ec \uc544\ub798\uc758 \ub0b4\uc6a9\uc744 \uac15\uc870\ud558\ub294 \uacbd\uc6b0\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7f0 \uacbd\uc6b0\uc5d0\ub294 <code>AppBar<\/code>\uc758 <code>backgroundColor<\/code> \uc18d\uc131\uc5d0 <code>Colors.transparent<\/code>\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>appBar: AppBar(\n  title: Text('\ud22c\uba85 AppBar'),\n  backgroundColor: Colors.transparent,\n),<\/code><\/pre>\n<h2>AppBar\uc640 \uc774\ubbf8\uc9c0 \uc0ac\uc6a9\ud558\uae30<\/h2>\n<p>AppBar\uc5d0 \ubc30\uacbd \uc774\ubbf8\uc9c0 \ub610\ub294 \ubc30\uacbd\uc0c9\uacfc \ud14d\uc2a4\ud2b8\ub97c \uc870\ud569\ud558\uc5ec \ub514\uc790\uc778\uc758 \ub2e4\uc591\uc131\uc744 \ub192\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 AppBar\uc758 \ubc30\uacbd\uc744 \uc774\ubbf8\uc9c0\ub85c \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4:<\/p>\n<pre><code>appBar: AppBar(\n  title: Text('\uc774\ubbf8\uc9c0 \ubc30\uacbd AppBar'),\n  flexibleSpace: Container(\n    decoration: BoxDecoration(\n      image: DecorationImage(\n        image: NetworkImage('\uc774\ubbf8\uc9c0 URL'),\n        fit: BoxFit.cover,\n      ),\n    ),\n  ),\n),<\/code><\/pre>\n<p>\uc704\uc758 \ucf54\ub4dc\uc5d0 \uc788\ub294 &#8216;\uc774\ubbf8\uc9c0 URL&#8217; \ubd80\ubd84\uc5d0\ub294 \uc0ac\uc6a9\ud560 \uc774\ubbf8\uc9c0\uc758 \ub9c1\ud06c\ub97c \ub123\uc73c\uba74 \ub429\ub2c8\ub2e4.<\/p>\n<h2>\ub9c8\ubb34\ub9ac<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 AppBar\ub97c \uafb8\ubbf8\uace0 \uc0ac\uc6a9\uc790 \uc815\uc758\ud558\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. AppBar\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc804\ubc18\uc801\uc778 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc5d0 \ud070 \uc601\ud5a5\uc744 \ubbf8\uce58\ubbc0\ub85c, \ud544\uc694\uc5d0 \ub530\ub77c \ub2e4\uc591\ud55c \uc2a4\ud0c0\uc77c\ub85c \uafb8\ubbf8\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uac01 \uc608\uc81c\ub97c \ud1b5\ud574 \ub2e4\uc591\ud55c \uae30\ub2a5\uc744 \uc2e4\ud5d8\ud574\ubcf4\uace0 \uc790\uc2e0\ub9cc\uc758 \uc2a4\ud0c0\uc77c\uc774 \ubc18\uc601\ub41c AppBar\ub97c \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694.<\/p>\n<p>\uc55e\uc73c\ub85c\ub3c4 \ub2e4\uc591\ud55c \ud50c\ub7ec\ud130 \uad00\ub828 \uc8fc\uc81c\ub97c \ud1b5\ud574 \ub354\uc6b1 \uae4a\uc774 \uc788\ub294 \ub0b4\uc6a9\uc744 \uc81c\uacf5\ud560 \uc608\uc815\uc785\ub2c8\ub2e4. \uad81\uae08\ud55c \uc810\uc774\ub098 \ucd94\uac00\uc801\uc73c\ub85c \ub2e4\ub8e8\uc5c8\uc73c\uba74 \ud558\ub294 \uc8fc\uc81c\uac00 \uc788\ub2e4\uba74 \ub313\uae00\ub85c \ub0a8\uaca8\uc8fc\uc138\uc694. \uac10\uc0ac\ud569\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc5d0\uc11c \uac1c\ubc1c\ud55c UI \ud234\ud0b7\uc73c\ub85c, \ub2e8\uc77c \ucf54\ub4dc\ubca0\uc774\uc2a4\ub85c iOS\uc640 Android\uc5d0\uc11c \uace0\ud488\uc9c8\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. \ud50c\ub7ec\ud130\uc758 \uac15\ub825\ud55c \uae30\ub2a5 \uc911 \ud558\ub098\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc27d\uac8c \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud560 \uc218 \uc788\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 AppBar\ub97c \uafb8\ubbf8\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\ub4e4\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. AppBar\ub780? AppBar\ub294 \ud50c\ub7ec\ud130 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc0c1\ub2e8\uc5d0 \ub098\ud0c0\ub098\ub294 \ub3c4\uad6c \ubaa8\uc74c\uc73c\ub85c, \uc81c\ubaa9, \uba54\ub274, \ud0d0\uc0c9 \uc544\uc774\ucf58 \ub4f1\uc744 \ud3ec\ud568\ud558\ub294 \uae30\ubcf8\uc801\uc778 UI \uc694\uc18c\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc571\uc744 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/25670\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\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-25670","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: 8.3 AppBar \uafb8\ubbf8\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\/25670\/\" \/>\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: 8.3 AppBar \uafb8\ubbf8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc5d0\uc11c \uac1c\ubc1c\ud55c UI \ud234\ud0b7\uc73c\ub85c, \ub2e8\uc77c \ucf54\ub4dc\ubca0\uc774\uc2a4\ub85c iOS\uc640 Android\uc5d0\uc11c \uace0\ud488\uc9c8\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. \ud50c\ub7ec\ud130\uc758 \uac15\ub825\ud55c \uae30\ub2a5 \uc911 \ud558\ub098\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc27d\uac8c \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud560 \uc218 \uc788\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 AppBar\ub97c \uafb8\ubbf8\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\ub4e4\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. AppBar\ub780? AppBar\ub294 \ud50c\ub7ec\ud130 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc0c1\ub2e8\uc5d0 \ub098\ud0c0\ub098\ub294 \ub3c4\uad6c \ubaa8\uc74c\uc73c\ub85c, \uc81c\ubaa9, \uba54\ub274, \ud0d0\uc0c9 \uc544\uc774\ucf58 \ub4f1\uc744 \ud3ec\ud568\ud558\ub294 \uae30\ubcf8\uc801\uc778 UI \uc694\uc18c\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc571\uc744 &hellip; \ub354 \ubcf4\uae30 &quot;\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/25670\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-26T13:51:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:00: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=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/25670\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25670\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\uae30\",\"datePublished\":\"2024-10-26T13:51:29+00:00\",\"dateModified\":\"2024-11-26T08:00:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25670\/\"},\"wordCount\":37,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ud50c\ub7ec\ud130 \uac15\uc88c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/25670\/\",\"url\":\"https:\/\/atmokpo.com\/w\/25670\/\",\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-26T13:51:29+00:00\",\"dateModified\":\"2024-11-26T08:00:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/25670\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/25670\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/25670\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\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: 8.3 AppBar \uafb8\ubbf8\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\/25670\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud50c\ub7ec\ud130(Flutter)\ub294 \uad6c\uae00\uc5d0\uc11c \uac1c\ubc1c\ud55c UI \ud234\ud0b7\uc73c\ub85c, \ub2e8\uc77c \ucf54\ub4dc\ubca0\uc774\uc2a4\ub85c iOS\uc640 Android\uc5d0\uc11c \uace0\ud488\uc9c8\uc758 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ud574\uc90d\ub2c8\ub2e4. \ud50c\ub7ec\ud130\uc758 \uac15\ub825\ud55c \uae30\ub2a5 \uc911 \ud558\ub098\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\ub97c \uc27d\uac8c \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud560 \uc218 \uc788\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ud50c\ub7ec\ud130\uc758 AppBar\ub97c \uafb8\ubbf8\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\ub4e4\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. AppBar\ub780? AppBar\ub294 \ud50c\ub7ec\ud130 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc0c1\ub2e8\uc5d0 \ub098\ud0c0\ub098\ub294 \ub3c4\uad6c \ubaa8\uc74c\uc73c\ub85c, \uc81c\ubaa9, \uba54\ub274, \ud0d0\uc0c9 \uc544\uc774\ucf58 \ub4f1\uc744 \ud3ec\ud568\ud558\ub294 \uae30\ubcf8\uc801\uc778 UI \uc694\uc18c\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc571\uc744 &hellip; \ub354 \ubcf4\uae30 \"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/25670\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-26T13:51:29+00:00","article_modified_time":"2024-11-26T08:00: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":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/25670\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/25670\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\uae30","datePublished":"2024-10-26T13:51:29+00:00","dateModified":"2024-11-26T08:00:17+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/25670\/"},"wordCount":37,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ud50c\ub7ec\ud130 \uac15\uc88c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/25670\/","url":"https:\/\/atmokpo.com\/w\/25670\/","name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-26T13:51:29+00:00","dateModified":"2024-11-26T08:00:17+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/25670\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/25670\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/25670\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud50c\ub7ec\ud130 \uac15\uc88c: 8.3 AppBar \uafb8\ubbf8\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":25670,"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":43521,"url":"https:\/\/atmokpo.com\/w\/43521\/","url_meta":{"origin":25670,"position":1},"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":43408,"url":"https:\/\/atmokpo.com\/w\/43408\/","url_meta":{"origin":25670,"position":2},"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":[]},{"id":43505,"url":"https:\/\/atmokpo.com\/w\/43505\/","url_meta":{"origin":25670,"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":25580,"url":"https:\/\/atmokpo.com\/w\/25580\/","url_meta":{"origin":25670,"position":4},"title":"\ud50c\ub7ec\ud130 \uac15\uc88c: 16.1 \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4 \uc18c\uac1c","author":"root","date":"2024\ub144 10\uc6d4 26\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 \uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c \ubaa9\ucc28 1. \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4\ub780? 2. \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4\uc758 \uc8fc\uc694 \uae30\ub2a5 3. \ud50c\ub7ec\ud130 \ud504\ub85c\uc81d\ud2b8\uc5d0\uc11c \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4 \uc124\uc815\ud558\uae30 4. Firestore \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud0d0\uc0c9 5. \uc0ac\uc6a9\uc790 \uc778\uc99d 6. \ud478\uc2dc \uc54c\ub9bc 7. \uc790\uc8fc \ubc1c\uc0dd\ud558\ub294 \ubb38\uc81c \ubc0f \ud574\uacb0\ubc95 8. \uacb0\ub860 1. \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4\ub780? \ud30c\uc774\uc5b4\ubca0\uc774\uc2a4(Firebase)\ub294 \uad6c\uae00\uc774 \uc81c\uacf5\ud558\ub294 \ubaa8\ubc14\uc77c \ubc0f \uc6f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. \uc774 \ud50c\ub7ab\ud3fc\uc740 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758\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":43471,"url":"https:\/\/atmokpo.com\/w\/43471\/","url_meta":{"origin":25670,"position":5},"title":"[Dart \uc5b8\uc5b4\uac15\uc88c]  001. Dart \uc5b8\uc5b4\ub780 , Dart\uc758 \uac1c\uc694\uc640 \uc5ed\uc0ac","author":"root","date":"2024\ub144 11\uc6d4 28\uc77c","format":false,"excerpt":"Dart\ub294 Google\uc5d0\uc11c \uac1c\ubc1c\ud55c \uc624\ud508 \uc18c\uc2a4 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc8fc\ub85c \uc6f9 \ubc0f \ubaa8\ubc14\uc77c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \ud074\ub77c\uc774\uc5b8\ud2b8 \uce21 \uac1c\ubc1c\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. Dart\ub294 \uad6c\ubb38\uc774 \uac04\uacb0\ud558\uace0 \uc0ac\uc6a9\ud558\uae30 \uc26c\uc6b0\uba70, \uac1d\uccb4 \uc9c0\ud5a5\uc801 \ud2b9\uc9d5\uc744 \uac00\uc9c0\uace0 \uc788\uc5b4 \uac1c\ubc1c\uc790\ub4e4\uc774 \uccb4\uacc4\uc801\uc73c\ub85c \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud569\ub2c8\ub2e4. Dart\uc758 \uac15\ub825\ud55c \ud0c0\uc785 \uc2dc\uc2a4\ud15c\uacfc AOT(Ahead-Of-Time) \ubc0f JIT(Just-In-Time) \ucef4\ud30c\uc77c \uae30\ub2a5\uc740 \uc131\ub2a5\uc744 \uadf9\ub300\ud654\ud558\ub294 \ub370 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774\ub294 \ud2b9\ud788\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\/25670","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=25670"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25670\/revisions"}],"predecessor-version":[{"id":25671,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/25670\/revisions\/25671"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=25670"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=25670"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=25670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}