An open API service indexing awesome lists of open source software.

https://github.com/cyberdevcorp/flutter_dio_github_users

flutter app get git user account with dio
https://github.com/cyberdevcorp/flutter_dio_github_users

api dio flutter flutter-demo github

Last synced: 12 days ago
JSON representation

flutter app get git user account with dio

Awesome Lists containing this project

README

          

# flutter_github_users

Flutter app retrieves public user accounts via the GitHub API and can open this account to view it from the application

### dependencies

* [Flutter 2.5](https://docs.flutter.dev/development/tools/sdk/release-notes)
* [dio](https://pub.dev/packages/dio)
* [url_launcher](https://pub.dev/packages/url_launcher)

# Build

1. flutter pub get

2. flutter run

# Demo