iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
Mobile Development

Dart & Flutter - 學寫App | 菜鳥筆記 | 堅持30天挑戰 系列

Flutter 是 Google 開發 App 的開源框架, 可以同時搭建 iOS 和 Android 兩個平台的 App. 阿里巴巴的 交易平台"闲鱼app" 就是使用 Flutter 開發的成功案例, 所以固然有一定的發展性, 覺得值得學習看看. ^^

學習內容主要以 Dart語言 和 Flutter框架的相關知識學習, 邊學邊做筆記, 歡迎大家給予學習上的資源分享與討論~

堅持學習30天 (不可以只有 3分鐘熱度

參賽天數 10 天 | 共 12 篇文章 | 16 人訂閱 訂閱系列文 RSS系列文
DAY 10

Dart語言 | 基本練習 (中)

04-Operators playground9.dart Code void main() { int num = 10 + 22; num = nu...

2020-09-12 ‧ 由 Sherry Chen 分享
DAY 10

Dart語言 | 基本練習 (下)

07-Function playground29.dart Code void main() { showOutput(square(2)); show...

2020-09-12 ‧ 由 Sherry Chen 分享