https://github.com/brandonp2412/quitter
Give up on addictions and become a Quitter 😎
https://github.com/brandonp2412/quitter
addiction addiction-recovery android dart flutter flutter-app habit-tracker linux mobile-app quit-smoking recovery sobriety sobriety-tracker windows
Last synced: 21 days ago
JSON representation
Give up on addictions and become a Quitter 😎
- Host: GitHub
- URL: https://github.com/brandonp2412/quitter
- Owner: brandonp2412
- License: mit
- Created: 2025-08-18T04:37:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-06-01T01:11:48.000Z (23 days ago)
- Last Synced: 2026-06-01T03:24:22.729Z (23 days ago)
- Topics: addiction, addiction-recovery, android, dart, flutter, flutter-app, habit-tracker, linux, mobile-app, quit-smoking, recovery, sobriety, sobriety-tracker, windows
- Language: Dart
- Homepage: https://brandonp2412.github.io/Quitter/
- Size: 130 MB
- Stars: 154
- Watchers: 3
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Quitter
Record your quitting journey with a Free and Open Source app.
## Features
* 🕵️ **No tracking** We don't save any of your user data. Everything is stored locally.
* 🌍 **No internet** Our app doesn't request internet access, at all.
* 🚀 **Multiple journeys** Monitor progress for different habits simultaneously.
* 🎯 **Milestone tracking** Record and celebrate key achievements in your quitting journey.
* 📔 **Journaling** Write your thoughts and feelings as you progress.
* 🔔 **Notifications** Be encouraged with progress notifications.
* ⚙️ **Completely custom** Toggle features on/off, change colors & themes with settings.
# Screenshots
# Translations
Quitter uses [Crowdin](https://crowdin.com/project/quitter) for it's translations. If you're interested in contributing, please click the badge below.
# Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
## Prerequisites
This project is built with Flutter. Ensure you have Flutter installed on your system. If not, follow the official Flutter installation guide: [https://flutter.dev/docs/get-started/install](https://flutter.dev/docs/get-started/install)
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/brandonp2412/Quitter.git quitter
cd quitter
```
2. **Get Flutter dependencies:**
```bash
flutter pub get
```
## Running the App
To run the app on a connected device or emulator:
```bash
flutter run
```



