Github-Api-and-Flutter

FlutterFly

FlutterFly offers you with a mobile app to search for github repositories and provides you a platform to view the commit logs.

Github APIs

Github APIs( or Github ReST APIs) are the APIs that you can use to interact with GitHub. They allow you to create and manage repositories, branches, issues, pull requests, and many more. For fetching publicly available information (like public repositories, user profiles, etc.), you can call the API. For other actions, you need to provide an authenticated token.

Flutter is a simple and high-performance framework based on Dart language. It provides excellent performance since it will render UI directly on Canvas rather than through the native framework.

Flutter is a simple and high-performance framework based on Dart language. It provides excellent performance since it will render UI directly on Canvas rather than through the native framework.

Github APIs( or Github ReST APIs) are the APIs that you can use to interact with GitHub. They allow you to create and manage repositories, branches, issues, pull requests, and many more. For fetching publicly available information (like public repositories, user profiles, etc.), you can call the API. For other actions, you need to provide an authenticated token.