flutterpi_tool icon indicating copy to clipboard operation
flutterpi_tool copied to clipboard

don't use GitHub API for commonly used queries to avoid rate limiting

Open ardera opened this issue 1 year ago • 0 comments

for example:

  • don't use the GitHub API to check for flutter-pi updates, since GitHub has rate-limits per IP-address
  • maybe just use git ls-remote to find the latest release tag, and check if it matches

ardera avatar Jul 04 '24 08:07 ardera