A Github Api Example With Flutter
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
github_api_app_v1.mov
Screenshots
Search User
Contributing
Contributions are always welcome!