# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/7bnomsq
Flutter 構建自動化探索與實踐**
前言 在 2022 年年底,我從 0 到 1 主導負責公司的 “商品開發” 移動端項目,並在 2023 年中旬完成了該項目的第一期的需求開發。期間從 Flutter 基礎學起,並在較短時間內完成相關業務功能開發,同時搭建起該項目的整個自動化構建流程,支持一鍵分發 ipa 與 apk,在這個過程中,我學到了 Flutter 的相關知識,同時也瞭解了整個應用程序的分發流程。在此,感謝在這條路上幫助我 ⌘ Read more