https://github.com/0xhappydev/flutter-github-feed
Flutter app to browse a rich feed of GitHub activity.
https://github.com/0xhappydev/flutter-github-feed
flutter github
Last synced: 3 months ago
JSON representation
Flutter app to browse a rich feed of GitHub activity.
- Host: GitHub
- URL: https://github.com/0xhappydev/flutter-github-feed
- Owner: 0xhappydev
- Created: 2025-10-22T07:58:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-22T08:23:26.000Z (8 months ago)
- Last Synced: 2026-04-10T22:37:14.364Z (3 months ago)
- Topics: flutter, github
- Language: Dart
- Homepage:
- Size: 306 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Githubby
A Flutter application for viewing a rich feed of GitHub activity.
## Getting Started
1. Create a personal access token on GitHub
2. Create a `data.env` file in the root of the project. Add a value called `GH_SECRET_KEY` and set it equal to your personal access
token:
```
GH_SECRET_KEY=
```
3. And run this command:
```
git update-index --skip-worktree data.env
```