Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

github search

github search is a cross-platform mobile application powered by flutter framework and github api.

the application was built with simplicity in mind so that users are able to search github users and bookmark their profile/repos for quick and easy access.

the app uses an easy to use ui so that only prompts the user to enter a username, or simply click on a bookmarked user/repo.

landing page user page
initial_screen user_profile

how to seach users

  • initial page will prompt for you to search for username.
    • this will search for user’s github username and return information of the user if the user exist underneath the search bar.
  • click on the user view the user’s public repositories.

database

  • powered by sql (currently not implemented)

api

  • powered by github api

github search uses github api to return github related data such as public repos, avatar, name, and bio.

open source projects

github serch uses a number of open source projects to work properly:

  • [connectivity] – allows app to discover network connectivity and configure themseleves accordingly allowing app to show error when not connected to the internet.
  • [flushbar] – makes it easier to display snackbar messages.
  • [provider] – for state management
  • [http] – future based library for making http requests
  • [flutter_spinkit] – animated loading icons
  • [url_launcher] – flutter plugin for launching a url in the mobile platform

mobile application installation

android ios
in-progress in-progress

application in progress of being uploaded to both the ios and android app store.

todos

  • write more tests
  • add smoother transitions/animations.
  • add sql database
  • feature to bookmark users or repos
  • add more features

Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top