Git Pulse is a beautiful Flutter application designed to track your GitHub activity, commit streaks, and pull request contributions in an elegant dashboard.
Keep a close eye on your open source and private repository activity. Git Pulse offers insights such as:
- Activity Heatmap: Visualize your commit history over the last 90 days across all your repositories.
- Commit Streaks: Track your current and longest commit streaks, keeping your momentum going.
- Pull Request Contributions: View your PR review and merge statistics.
- Dark/Light Mode: Adjust the dashboard perfectly to your preferences.
- Flutter SDK (latest stable version recommended)
- Dart SDK
- A GitHub Personal Access Token (Classic) with the
reposcope to enable tracking for private repository activity.
-
Clone the repository:
git clone https://github.com/yourusername/git_pulse.git
-
Navigate to the project directory:
cd git_pulse -
Install dependencies:
flutter pub get
-
Run the application:
flutter run
Contributions are welcome! Please feel free to fork the repository and submit a Pull Request if you'd like to add new features or enhancements.
This project is licensed under the MIT License.


