<?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; 科技島-掌握科技新聞、科技職場最新資訊</title>
	<atom:link href="https://www.technice.com.tw/tag/flutter/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technice.com.tw</link>
	<description>專注於科技新聞、科技職場、科技知識相關資訊，包含生成式AI、人工智慧、Web 3.0、區塊鏈、科技職缺百科、生物科技、軟體發展、雲端技術等豐富內容，適合熱衷科技及從事科技專業人事第一手資訊的平台。</description>
	<lastBuildDate>Fri, 26 Dec 2025 02:03:32 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://www.technice.com.tw/wp-content/uploads/2022/12/cropped-wordpress_512x512-150x150.png</url>
	<title>flutter &#8211; 科技島-掌握科技新聞、科技職場最新資訊</title>
	<link>https://www.technice.com.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【4/11台北場】跨平台應用程式開發使用 Flutter &#8211; 資展國際股份有限公司</title>
		<link>https://www.technice.com.tw/course/202190/</link>
					<comments>https://www.technice.com.tw/course/202190/#respond</comments>
		
		<dc:creator><![CDATA[尤思雅]]></dc:creator>
		<pubDate>Fri, 26 Dec 2025 01:00:23 +0000</pubDate>
				<category><![CDATA[課程]]></category>
		<category><![CDATA[2026/4/11]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[實體上課]]></category>
		<category><![CDATA[應用程式]]></category>
		<category><![CDATA[資展國際股份有限公司]]></category>
		<guid isPermaLink="false">https://www.technice.com.tw/?p=202190</guid>

					<description><![CDATA[<p><img width="873" height="485" src="https://www.technice.com.tw/wp-content/uploads/2025/12/1765767261218.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="1765767261218" decoding="async" srcset="https://www.technice.com.tw/wp-content/uploads/2025/12/1765767261218.jpg 873w, https://www.technice.com.tw/wp-content/uploads/2025/12/1765767261218-300x167.jpg 300w, https://www.technice.com.tw/wp-content/uploads/2025/12/1765767261218-768x427.jpg 768w" sizes="(max-width: 873px) 100vw, 873px" title="【4/11台北場】跨平台應用程式開發使用 Flutter - 資展國際股份有限公司 2"></p>
<p>開課日期：2026-04-11上課地點：台北市大安區復興南路一段390號2樓上課費用：線上洽詢 課程介紹： ． &#8230;<content></p>
<p><strong>開課日期：2026-04-11</strong><br /><strong>上課地點：台北市大安區復興南路一段390號2樓</strong><br /><strong>上課費用：線上洽詢</strong></p>
<h2><strong>課程介紹：</strong></h2>
<p>．理解 Dart 語言的基本語法和特性<br />．能夠使用 Flutter 開發跨平台的行動應用程式</p>
<p>			<a href="https://www.1111edu.com.tw/redirectUrl.php?marketing_no=2025122417005548" target="_blank" rel="noopener"><br />
						報名此課程<br />
					</a></p>
<h2><strong>課程內容：</strong></h2>
<p>在行動裝置的原生應用程式開發上，需要學會Swift開發 iOS App，若要讓此App執行在Andriod的系統上，又需要學習Kotlin重新開發，這造成了開發時程的增加，如果沒有一位工程師能擅長這兩種開發技術，公司就需要兩組工程師，這造成了開發成本的增加，同一個 App 兩組工程師開發，也容易造成品質不一的情況發生，為了解決這樣的問題，Google發佈了跨平台應用程式開發的框架Flutter，Flutter提供了豐富的UI組件(widget)提升開發效率，有近似原生程式執行的效能，發展至今也已經有了強大的社群提供了大量的第三方套件，透過 Dart語言進行開發，能在不同平台上執行，Dart 也是由Google開發的程式語言，是一種可以跨平台支援，強型別的語言，具有簡單、乾淨、直觀的語法，透過即時編譯(JIT)及預編譯器(AOT)的技術，確保高性能的執行。 如果您是一位對行動應用程式開發有興趣的初學者，Flutter框架將是您最好的選擇，本課程將由淺入深地帶您進入Flutter開發的世界，除了讓您理解Dart語言外，課程完成也能透過Flutter開發出行動應用程式。  <strong>先備知識：</strong></p>
<ul>
<li>具有任一程式語言的基本概念</li>
</ul>
<p> <strong>課程大綱：</strong>1. Flutter 簡介2. Flutter 開發初體驗3. Dart 語言介紹4. 頁面切換5. Flutter Widget(組件)介紹及使用6. 狀態管理7. 資料輸入8. 動畫效果9. API 串接10. Provider 狀態管理11. 資料儲存<br />
			<a href="https://www.1111edu.com.tw/redirectUrl.php?marketing_no=2025122417005548" target="_blank" rel="noopener"><br />
						報名此課程<br />
					</a></p>
<p><strong>備註：</strong><br />詳細內容及報名需知，請點選報名後見協會網站內容</p>
<h2>[elementor-template id="128291"]</h2>
<p></content></p>
<p>這篇文章 <a rel="nofollow" href="https://www.technice.com.tw/course/202190/">【4/11台北場】跨平台應用程式開發使用 Flutter &#8211; 資展國際股份有限公司</a> 最早出現於 <a rel="nofollow" href="https://www.technice.com.tw">科技島-掌握科技新聞、科技職場最新資訊</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.technice.com.tw/course/202190/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
