FLUTTER ECOSYSTEM

jashdubal/pomodoro

포모도로 기법을 사용하여 작업 세션을 추적하는 데 도움이 되는 플러터 앱

pomodoro-session 프로젝트 이미지
Stars
42
Forks
12
최근 푸시(UTC)
2023. 4. 26.
프로젝트 상태
활성
Jash Dubal GitHub avatar
GITHUB User

Jash Dubal ↗

Long Beach, CA
언어DartC++CMakeHTMLRubyCShellObjective-CSwiftPureBasic

기술 주제

사용 중인 의존성

의존성 목록 12 개

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Session

Google Play

Flutter app that helps users track work sessions using the Pomodoro Technique. It was built using Flutter and Dart and uses Flutter's state management features to store data without the need for a database. This makes it a lightweight and efficient tool for staying focused and organized.

🎬 Showcase

Welcome Home Session
Screenshot Screenshot Screenshot
History Data
Screenshot Screenshot

🚀 Features

  • Clean and intuitive user interface
  • Configurable work and break intervals
  • Curved navigation bar for easy access to settings and data

🛠️ Installation

To set up this project on your local machine, follow these steps:

  1. Make sure you have Flutter installed on your system. If you don't have Flutter installed, follow the official Flutter installation guide.

  2. Clone this repository:

git clone https://github.com/jashdubal/pomodoro-session.git
  1. Navigate to the project directory:
cd session
  1. Install the dependencies:
flutter pub get
  1. Run the app:
flutter run

Your app should now be running on the default device (simulator/emulator or physical device). Feel free to use this project as a template or build upon it to create your own custom Pomodoro app.