/dwmpr

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

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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:

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