jashdubal/pomodoro
使用番茄工作法幫助使用者追蹤工作時段的 Flutter 應用
- Stars
- 42
- Forks
- 12
- 最近推送(UTC)
- 2023年4月26日
- 專案狀態
- 未封存
技術主題
使用的依賴
依賴清單 12 項
- flutter
{"sdk":"flutter"} - cupertino_icons
^1.0.2 - curved_navigation_bar
^1.0.3 - async
^2.9.0 - animated_snack_bar
^0.3.0 - shared_preferences
^2.0.15 - intl
^0.18.0 - badges
^2.0.3 - rename
^2.0.1 - window_manager
^0.0.1 - flutter_test開發依賴
{"sdk":"flutter"} - flutter_lints開發依賴
^2.0.0
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 README
Session
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:
-
Make sure you have Flutter installed on your system. If you don't have Flutter installed, follow the official Flutter installation guide.
-
Clone this repository:
git clone https://github.com/jashdubal/pomodoro-session.git
- Navigate to the project directory:
cd session
- Install the dependencies:
flutter pub get
- 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.