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
- Host: GitHub
- URL: https://github.com/cyberdevcorp/flutter_dio_github_users
- Owner: cyberdevcorp
- License: mit
- Created: 2021-12-03T16:43:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T19:14:43.000Z (over 4 years ago)
- Last Synced: 2025-08-31T11:18:49.468Z (8 months ago)
- Topics: api, dio, flutter, flutter-demo, github
- Language: Dart
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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