A Flutter application for viewing a rich feed of GitHub activity.
An idea inspired by https://github.com/GroovinChip/GitHub-Activity-Feed
- Create a personal access token on GitHub
- Create a
data.env
file in the root of the project. Add a value calledGH_SECRET_KEY
and set it equal to your personal access
token:
GH_SECRET_KEY=<your_token_here>
- And run this command:
git update-index --skip-worktree data.env