github-api-app icon indicating copy to clipboard operation
github-api-app copied to clipboard

It is a simple app where I pull the data of the user searched using Dio from github api and show it.

Flutter - Github Api Example

It is a simple app where I pull the data of the user searched using Dio from github api and show it.

Run Locally

Clone the project

  git clone https://github.com/yagizdo/github-api-app

Go to the project directory

  cd flutter-github-api-app-clone

Install dependencies

  flutter pub get

Run App

  flutter run

Libraries I use in the application:

  • Flutter Svg : https://pub.dev/packages/flutter_svg
  • Liquid Progress Indicator : https://pub.dev/packages/liquid_progress_indicator

App Video

https://user-images.githubusercontent.com/31064552/155598752-764c5813-26de-4071-aa30-c0edaec3be26.mov

Screenshots

Search User

Contributing

Contributions are always welcome!