<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flutter &#8211; Minhwan Record</title>
	<atom:link href="https://wp.goodzz.shop/category/dev/flutter/feed" rel="self" type="application/rss+xml" />
	<link>https://wp.goodzz.shop</link>
	<description>기록</description>
	<lastBuildDate>Thu, 16 Nov 2023 03:42:13 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://wp.goodzz.shop/wp-content/uploads/2023/08/unnamed-150x150.jpg</url>
	<title>Flutter &#8211; Minhwan Record</title>
	<link>https://wp.goodzz.shop</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>[Flutter] 플러터가 다른 크로스 플랫폼보다 더 강력한 이유</title>
		<link>https://wp.goodzz.shop/dev/flutter/1551</link>
					<comments>https://wp.goodzz.shop/dev/flutter/1551#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Wed, 15 Nov 2023 02:44:49 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=1551</guid>

					<description><![CDATA[https://yozm.wishket.com/magazine/detail/1994/ 플러터(Flutter)는 2017년 구글이 출시한 모바일, 웹, 데스크톱 크로스 플랫폼 GUI 애플리케이션 프레임워크입니다. 하나의 코드 베이스로 안드로이드, iOS, 윈도우즈, 리눅스 및 웹용 애플리케이션과 구글 퓨시아용 앱의 주된 소스코드로 사용되고 있습니다. 이번 글은 출판사 골든래빗이 [MUST HAVE 코드팩토리의 플러터 프로그래밍]에서 발췌한 두 개의 글을 요즘IT에서 편집한 글입니다. 1) 플러터가 다른 크로스 플랫폼보다 더 강력한 성능을 낼 [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/flutter/1551/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Flutter] 업그레이드</title>
		<link>https://wp.goodzz.shop/dev/flutter/1549</link>
					<comments>https://wp.goodzz.shop/dev/flutter/1549#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Wed, 15 Nov 2023 01:51:35 +0000</pubDate>
				<category><![CDATA[DEV]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[업그레이드]]></category>
		<guid isPermaLink="false">https://wp.goodzz.shop/?p=1549</guid>

					<description><![CDATA[https://mechurak.github.io/2023-02-05_flutter-upgrade/]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/flutter/1549/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Flutter] DrawerHeader bottom border 없애는 함수</title>
		<link>https://wp.goodzz.shop/dev/flutter/167</link>
					<comments>https://wp.goodzz.shop/dev/flutter/167#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Tue, 15 Aug 2023 08:41:38 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[Drawer]]></category>
		<category><![CDATA[DrawerHeader]]></category>
		<category><![CDATA[Theme]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=167</guid>

					<description><![CDATA[class NoneBottomBorderDrawerHeader extends StatelessWidget { final Decoration decoration; final Widget child; const NoneBottomBorderDrawerHeader({ Key? key, required this.decoration, required this.child, }) : super(key: key); @override Widget build(BuildContext context) { return Theme( data: Theme.of(context).copyWith( dividerColor: Colors.transparent, ), child: DrawerHeader( decoration: decoration, child: child, ), ); } }]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/flutter/167/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[Flutter] 앱 개발 정리</title>
		<link>https://wp.goodzz.shop/dev/flutter/148</link>
					<comments>https://wp.goodzz.shop/dev/flutter/148#comments</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Fri, 11 Aug 2023 04:54:08 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<category><![CDATA[반려동물]]></category>
		<category><![CDATA[앱]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=148</guid>

					<description><![CDATA[이름 망고탱고링고 메뉴 사용할 API 공공데이터 포털 (https://www.data.go.kr/) 국가동물보호정보시스템 (https://www.animal.go.kr)]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/flutter/148/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>[Flutter] 참고</title>
		<link>https://wp.goodzz.shop/dev/flutter/13</link>
					<comments>https://wp.goodzz.shop/dev/flutter/13#respond</comments>
		
		<dc:creator><![CDATA[goodzz]]></dc:creator>
		<pubDate>Sat, 12 Nov 2022 06:50:33 +0000</pubDate>
				<category><![CDATA[Flutter]]></category>
		<guid isPermaLink="false">https://wp.goodzz.site/?p=13</guid>

					<description><![CDATA[온라인 플램폿 도구 https://flutterflow.io/ 사용 후기 https://kugancity.tistory.com/entry/flutterflow-%EC%82%AC%EC%9A%A9-%ED%9B%84%EA%B8%B0 https://cleverway.tistory.com/65 https://blog.naver.com/rock11201/222879641299 플러터 프로젝트 사이트 https://flutter.dev/ https://api.flutter-ko.dev/ &#8211; API 레퍼런스 https://flutter-ko.dev/docs/cookbook &#8211; 사용방법 https://flutter-ko.dev/docs/get-started/install/windows &#8211; 플러터 설치 https://flutter-ko.dev/docs/development/ui/widgets&#160;&#8211; Widget catalog 카테고리 https://flutter-ko.dev/docs/reference/widgets &#8211; Widget catalog 알파벳 플러터 패키지 사이트 https://pub.dev/flutter/packages 플러터 라이브러리, 툴, 튜토리얼을 정리한 곳 https://github.com/Solido/awesome-flutter 예제 코드들 https://codelabs.developers.google.com/?cat=Flutter&#160;&#8211; 코드랩 https://x-wei.github.io/flutter_catalog/#/ &#8211; 웹브라우저에서 위젯 예제와 코드를 볼수 있다 플러터로 만들어진 App들 https://flutterawesome.com/ [&#8230;]]]></description>
		
					<wfw:commentRss>https://wp.goodzz.shop/dev/flutter/13/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
