GithubHelp home page GithubHelp logo

flutter_lifecycle_timer's Introduction

Test and Lint

flutter_lifecycle_timer

A new Flutter package project.

Getting Started

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

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

flutter_lifecycle_timer's People

Contributors

okaryo avatar

Watchers

 avatar

flutter_lifecycle_timer's Issues

やりたいこと

メモ

  • ライフサイクルをよしなにするタイマーをつくる
    • アプリをバックグラウンドにしても動く
      • ゆくゆくはそれも選択できるようにする
    • タイマーのオン・オフ・リセットといった一般的な機能を持つ
      • ゆくゆくはストップウォッチ機能もあるといいなあ
    • hour, minute, secondといったタイマーの値を取得するAPIを持つ
      • UIは持たない
      • タイマーのインターフェースだけ持つ
  • AppLifecycleState

Stopwatchについて

機能

  • 一般的なストップウォッチ
  • UIは提供せず、値だけ返す
  • アプリのライフサイクルに対応するストップウォッチ
    • アプリをバックグラウンドにし、アプリに復帰してもストップウォッチはカウントアップし続けている(ように見える)

API

start

  • ストップウォッチが1秒ごとにカウントアップ

stop

  • ストップウォッチがストップ

reset

  • ストップウォッチの値がリセット

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.