Hunt the most starred projects on GitHub
Flutter version of GitHunt chrome extension
A Flutter app implemented with Provider state management that lets you explore trending repositories by filtering them by date range and programming language.
- Clone the repository:
git clone https://github.com/GnuaAruht/GitHunt_Flutter.git
- Navigate to the project directory:
cd GitHunt_Flutter
- Install dependencies:
flutter pub get
- Start the app:
flutter run
Credit to GitHunt for resources and ideas.