dwmpr icon indicating copy to clipboard operation
dwmpr copied to clipboard

Also known as "Dude, where's my pull request?"

dwmpr

Also known as "Dude, where's my pull request?"

Instructions for running:

  • Make sure your computer is set up to run Flutter code

  • Check out repository...

  • Create a token.dart file in lib/full_version/github/. This file needs to contain a variable defining your github access token. The file should look something like this:

      const token = 'my personal Github token here';
    
  • ...Profit??