https://github.com/akaanuzman/github_app
Github Clone App in Flutter 🔥
https://github.com/akaanuzman/github_app
api api-rest clean-code clean-coder dart dartlang flutter flutter-app flutter-apps flutter-clean-architecture flutter-clone flutter-clone-app flutter-examples flutter-github github github-api github-api-use github-clone provider provider-state-management
Last synced: about 2 months ago
JSON representation
Github Clone App in Flutter 🔥
- Host: GitHub
- URL: https://github.com/akaanuzman/github_app
- Owner: akaanuzman
- Created: 2022-02-26T16:52:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T18:03:53.000Z (over 3 years ago)
- Last Synced: 2024-10-09T13:07:55.327Z (9 months ago)
- Topics: api, api-rest, clean-code, clean-coder, dart, dartlang, flutter, flutter-app, flutter-apps, flutter-clean-architecture, flutter-clone, flutter-clone-app, flutter-examples, flutter-github, github, github-api, github-api-use, github-clone, provider, provider-state-management
- Language: Dart
- Homepage:
- Size: 150 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📱 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"](https://pub.dev/packages/json_serializable) and ["json_annotation"](https://pub.dev/packages/json_annotation) methods. The ["dio"](https://pub.dev/packages/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.](https://www.mediafire.com/file/fja9rnfngp7vapn/app-release.apk/file)