/life_countdown

Your life is limited.

Primary LanguageDart

生命倒计时 (Life)

截止 2018.5 的数据, **的人均寿命已经达到 76 左右, 但估计**程序员 996.ICU, 应该会稍微短一点, 方便计算就折合成 75 年. 75 * 12 刚好是 30 * 30 = 900 个月, 这一生就只有 900 个月, 想起乔布斯那句话:

Your time is limited, so don't waste it living someone else's life. Don't be trapped by dogma - which is living with the results of other people's thinking. Don't let the noise of others' opinions drown out your own inner voice. And most important, have the courage to follow your heart and intuition.

Flutter 写了个计算生命还剩下多久的 Demo:

App 首页

时间选择器

使用

可以直接使用编译好的 APK https://github.com/zhouzaihang/life_countdown/releases 如果有适配问题或者其他需求可以使用源码重新编译:

  • 下载源码
git clone https://github.com/zhouzaihang/life_countdown.git
  • 删除 build, ios, android, test 文件

  • 使用 Flutter 初始化项目

flutter init

代码

关于代码的详细解释, 请见博客Flutter Demo - 活着

For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.