1 repository
Flutter-based applications for browsing GitHub repositories, issues, and user profiles with OAuth authentication.
Distinct from Flutter: Distinct from Flutter: focuses on a specific type of Flutter application (GitHub client) rather than the Flutter framework itself.
Explore 1 awesome GitHub repository matching mobile development · GitHub Clients. Refine with filters or upvote what's useful.
This project is an open-source Flutter GitHub client and cross-platform mobile application. It serves as a GitHub GraphQL client and OAuth mobile app, providing a mobile interface for browsing repositories, issues, and user profiles. It is also designed as an open-source architecture reference to demonstrate Flutter best practices, state management, and multi-language localization. The application distinguishes itself by using GraphQL queries to retrieve nested repository and user information, reducing network requests and over-fetching. It utilizes a shared Dart codebase to provide a consist
Provides a Flutter-based mobile client for browsing GitHub repositories, issues, and user profiles.