Skip to content

Repository files navigation

PR Watch

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.

Preview of PR Watch in action

Getting Started

  1. Clone the repository
    Run:

    git clone https://github.com/charles-larson/pr_watch.git
    
  2. Install Dependencies
    Ensure Flutter is installed. Then run:

    flutter pub get
    
  3. Run the Application
    For Windows (or any supported platform), use:

    flutter run
    

Project Structure

  • 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.

Building for Different Platforms

Refer to the Flutter documentation for building/releases on various platforms:

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Desktop flutter app to display latest status of PR approvals for 2 tier code review process

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages