PR Watch is a multi-platform application designed to monitor pull requests for repositories with a 2-tier review process on your team. It supports Android, iOS, Linux, macOS, Web, and Windows but has only been tested on Windows. The application polls for updates every 10 minutes with the goal of avoiding text channels and ad-hoc messaging to get pull requests reviewed.
-
Clone the repository
Run:git clone https://github.com/charles-larson/pr_watch.git -
Install Dependencies
Ensure Flutter is installed. Then run:flutter pub get -
Run the Application
For Windows (or any supported platform), use:flutter run
- lib/: Dart source code.
- ios/, android/, linux/, macos/, web/, windows/: Platform-specific code and configuration.
- pubspec.yaml: Project metadata and dependencies.
- README.md: This documentation.
- LICENSE: MIT License.
Refer to the Flutter documentation for building/releases on various platforms:
- Build and release an Android app
- Build and release an iOS app
- Build and release a macOS app
- Build and release a Linux app
- Build and release a Web app
- Build and release a Windows app
This project is licensed under the MIT License. See the LICENSE file for details.
