All Projects → TheAlphamerc → Flutter Gitconnect

TheAlphamerc / Flutter Gitconnect

Licence: gpl-3.0
A Github mobile app built in flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter Gitconnect

Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+97.7%)
Mutual labels:  github-app, opensource, github-client
flutter octo job search
Octo Job Search app is a job search app built in flutter framework.
Stars: ✭ 59 (-32.18%)
Mutual labels:  github-app, flutter-apps
Toughest
Interview questions and answers for preparation, built in pure flutter also have CI implementation for learning.
Stars: ✭ 146 (+67.82%)
Mutual labels:  flutter-apps, opensource
It resource exchange app
IT换换官方客户端
Stars: ✭ 84 (-3.45%)
Mutual labels:  flutter-apps, opensource
OpenWp
Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework. for Android/ IOS/ Desktop/ Web
Stars: ✭ 16 (-81.61%)
Mutual labels:  opensource, flutter-apps
Flutterwidgetguide
A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.
Stars: ✭ 316 (+263.22%)
Mutual labels:  flutter-apps, opensource
Forkhub
GitHub client for Android based on the abandoned official app
Stars: ✭ 2,756 (+3067.82%)
Mutual labels:  github-app, github-client
Swiggyui
A Swiggy UI Clone Flutter App.
Stars: ✭ 258 (+196.55%)
Mutual labels:  flutter-apps, opensource
Mini Github
GitHub WeChat Mini Program
Stars: ✭ 1,216 (+1297.7%)
Mutual labels:  github-app, github-client
Githubpopular
这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。#适配RN最新版在这里☞#
Stars: ✭ 2,864 (+3191.95%)
Mutual labels:  github-app, github-client
Gitmug
The GitHub app for minimalists.
Stars: ✭ 34 (-60.92%)
Mutual labels:  github-app, github-client
Git Touch
An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Stars: ✭ 663 (+662.07%)
Mutual labels:  flutter-apps, github-app
Open Source Flutter Apps
📱 List of open source Flutter applications
Stars: ✭ 1,086 (+1148.28%)
Mutual labels:  flutter-apps, opensource
Flutter.bird
Clone of Flappy Bird game on Flutter.
Stars: ✭ 78 (-10.34%)
Mutual labels:  flutter-apps
Jbpm
a Business Process Management (BPM) Suite
Stars: ✭ 1,226 (+1309.2%)
Mutual labels:  opensource
Flutter
All of my open source flutter and dart projects, tutorials are published here.
Stars: ✭ 78 (-10.34%)
Mutual labels:  flutter-apps
Food lab
A Food App using Flutter & Firebase to post and view food blogs along with their recipes.
Stars: ✭ 78 (-10.34%)
Mutual labels:  flutter-apps
Bhagavadgita
A non-profit initiative to help spread the transcendental wisdom from the Bhagavad Gita to people around the world.
Stars: ✭ 84 (-3.45%)
Mutual labels:  opensource
Flutter Wechat
🔥A flutter app which clones wechat,it's based on flutter and dart, it's on the road! 这是一个仿照微信样式基于flutter实现的app,还在继续完善中,使用到了flutter中大多数的组件,适合以此项目进行flutter学习。 https://dzou.top
Stars: ✭ 80 (-8.05%)
Mutual labels:  flutter-apps
Baralga
Baralga open-source time tracker for the desktop.
Stars: ✭ 77 (-11.49%)
Mutual labels:  opensource

flutter-GitConnect Twitter URL GitHub stars GitHub forks

GitHub pull requests GitHub closed pull requests GitHub last commit GitHub issues Open Source Love

Github mobile app built in flutter framwork.

App preview:- Youtube

Download App

Screenshots

Home Inbox Search Repositries
Issues People Profile Repository
Gists Followers Settings About us
Profile (Light Theme) Home (Light Theme) Inbox (Light Theme) Search (Light Theme)

Dependencies

Click to expand

Features

  • Login with Github account
  • Activities
  • Contribution graph.
  • Markdown and code highlighting support
  • Notifications
  • Repositories
  • Issues and Pull Requests
  • See your public, private and forked Repos
  • Search users/orgs, repos, issues/prs & code.
  • See repo stargazerrs and fork Repos
  • PRs statuses
  • Gists
  • Themes mode
  • Commits
  • Following/Followers
  • View Gists and their files
  • View user profile, contribution graph, activities, repositories, pullrequest and issues
  • Search Users, Repos, Issues,Pull Requests and Code

Project structure

Click to expand
|      
|-- lib
|   |-- app_delegate.dart
|   |-- bloc
|   |   |-- User
|   |   |   |-- User_bloc.dart
|   |   |   |-- User_event.dart
|   |   |   |-- User_model.dart
|   |   |   |-- User_state.dart
|   |   |   |-- index.dart
|   |   |   '-- model
|   |   |       |-- event_model.dart
|   |   |       '-- gist_model.dart
|   |   |-- auth
|   |   |   |-- auth_bloc.dart
|   |   |   |-- auth_event.dart
|   |   |   |-- auth_state.dart
|   |   |   '-- index.dart
|   |   |-- bloc
|   |   |   |-- repo_bloc.dart
|   |   |   |-- repo_event.dart
|   |   |   |-- repo_response_model.dart
|   |   |   '-- repo_state.dart
|   |   |-- gist
|   |   |   |-- gist_bloc.dart
|   |   |   |-- gist_event.dart
|   |   |   '-- gist_state.dart
|   |   |-- issues
|   |   |   |-- index.dart
|   |   |   |-- issues_bloc.dart
|   |   |   |-- issues_event.dart
|   |   |   |-- issues_model.dart
|   |   |   '-- issues_state.dart
|   |   |-- navigation
|   |   |   |-- index.dart
|   |   |   |-- navigation_bloc.dart
|   |   |   |-- navigation_event.dart
|   |   |   '-- navigation_state.dart
|   |   |-- notification
|   |   |   |-- index.dart
|   |   |   |-- notification_bloc.dart
|   |   |   |-- notification_event.dart
|   |   |   |-- notification_model.dart
|   |   |   '-- notification_state.dart
|   |   |-- people
|   |   |   |-- index.dart
|   |   |   |-- people_bloc.dart
|   |   |   |-- people_event.dart
|   |   |   |-- people_model.dart
|   |   |   '-- people_state.dart
|   |   |-- pullrequest
|   |   |   |-- index.dart
|   |   |   |-- pullrequest_bloc.dart
|   |   |   |-- pullrequest_event.dart
|   |   |   '-- pullrequest_state.dart
|   |   '-- search
|   |       |-- index.dart
|   |       |-- model
|   |       |   '-- search_userModel.dart
|   |       |-- repo_model.dart
|   |       |-- search_bloc.dart
|   |       |-- search_event.dart
|   |       '-- search_state.dart
|   |-- exceptions
|   |   '-- exceptions.dart
|   |-- helper
|   |   |-- GIcons.dart
|   |   |-- config.dart
|   |   |-- git_config.dart.template
|   |   |-- shared_prefrence_helper.dart
|   |   '-- utility.dart
|   |-- locator.dart
|   |-- main.dart
|   |-- model
|   |   |-- forks_model.dart
|   |   |-- page_info_model.dart
|   |   '-- pul_request.dart
|   |-- resources
|   |   |-- dio_client.dart
|   |   |-- gatway
|   |   |   |-- api_gatway.dart
|   |   |   '-- api_gatway_impl.dart
|   |   |-- grapgqlApi
|   |   |   |-- gist_api.dart
|   |   |   |-- graphql_query_api.dart
|   |   |   |-- issues_api.dart
|   |   |   |-- people_api.dart
|   |   |   |-- pull_request_api.dart
|   |   |   '-- repo_api.dart
|   |   |-- graphql_client.dart
|   |   |-- repository
|   |   |   |-- User_repository.dart
|   |   |   |-- auth_repository.dart
|   |   |   |-- gist_repository.dart
|   |   |   |-- issues_repository.dart
|   |   |   |-- notification_repository.dart
|   |   |   |-- people_repository.dart
|   |   |   |-- pullrequest_repository.dart
|   |   |   '-- repo_repository.dart
|   |   '-- service
|   |       |-- auth_service.dart
|   |       |-- impl
|   |       |   |-- auth_service_impl.dart
|   |       |   '-- session_service_impl.dart
|   |       '-- session_service.dart
|   '-- ui
|       |-- page
|       |   |-- app.dart
|       |   |-- auth
|       |   |   |-- auth_page.dart
|       |   |   |-- repo
|       |   |   |   '-- repo_list_screen.dart
|       |   |   '-- web_view.dart
|       |   |-- common
|       |   |   |-- dashboard_page.dart
|       |   |   |-- no_data_page.dart
|       |   |   '-- under_development.dart
|       |   | (8 more...)
|       |   |-- splash.dart
|       |   |-- user
|       |   |   |-- User_page.dart
|       |   |   |-- User_screen.dart
|       |   |   |-- gist
|       |   |   |   |-- gist_detail.dart
|       |   |   |   |   |-- gist_detail_page.dart
|       |   |   |   |   |-- gist_detail_scree.dart
|       |   |   |   |   '-- gist_file_content.dart
|       |   |   |   |-- gist_list_page.dart
|       |   |   |   '-- gist_list_screen.dart
|       |   |   '-- widget
|       |   |       '-- git_contribution_graph.dart
|       |   '-- welcome_page.dart
|       |-- theme
|       |   |-- app_theme_provider.dart
|       |   |-- color
|       |   |   '-- dark_color.dart
|       |   |-- colors.dart
|       |   |-- custom_theme.dart
|       |   |-- export_theme.dart
|       |   |-- extentions.dart
|       |   |-- images.dart
|       |   |-- texttheme
|       |   |   '-- text_theme.dart
|       |   '-- theme.dart
|       '-- widgets
|           |-- bottom_navigation_bar.dart
|           |-- cached_image.dart
|           |-- flat_button.dart
|           | (5 more...)
|           |-- g_user_tile.dart
|           |-- markdown
|           |   |-- markdown_viewer.dart
|           |   '-- syntax_highlight.dart
|           '-- user_image.dart
|-- pubspec.yaml

Contributing

If you wish to contribute a change to any of the existing feature or add new in this repo, Send a pull request. I welcome and encourage all pull requests. It usually will take me within 24 hours to respond to any issue or request.

Created & Maintained By

Sonu Sharma (Twitter) (Youtube) (Insta) (Dev.to) Twitter Follow

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕️

Visitors Count

Loading
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].