Github-Api-and-Flutter

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.