github_app

Github Clone App in Flutter 🔥

Stars
8

Basic Github Clone

Preview

https://user-images.githubusercontent.com/55639112/156659731-4c35946a-b892-4fe7-8a95-8d104ef2592f.mov

https://user-images.githubusercontent.com/55639112/156659998-b72b745e-9dc8-4b47-b597-41a3b68a6a0d.mov

https://user-images.githubusercontent.com/55639112/156660504-6123d2e6-dddd-45af-9b94-a4f3c3e7dcc4.mov

https://user-images.githubusercontent.com/55639112/156660637-55fa6a22-ef53-4460-89e3-fbb13285f9a6.mov

Description

I tried to clone github in this project.This project, you can see your repository, followers, your following and information on your profile.

API

Github API is used in this project. Data in the API is parsed with the "json_serializable" and "json_annotation" methods. The "dio" package is used to send requests to the API.

Coding

I tried to write this project as clean code as possible. I used mvvm as the software architecture model. In terms of folders, the project proceeds through three main folders. The core folder contains structures such as extensions, singleton classes, base classes, and navigation routes that I use in every project. The Properties folder is the part where each screen is separated according to the MVMM software architecture model, and the design and API integration is done. The product folder is the part where the atomic widgets or components I have prepared or my managers are located. Used as provider state management.

APK

You can find the apk here.

Related Projects