This is a GitHub user data project it contains two sections:
- Github User listing
- Github user details
This project is being develop in flutter, so it supports multi-platform
- IOS (IPhone, tablet, macos)
- Android device
- Web
- Fuchsia OS For flutter setup and installation kindly follow the link below: Link: https://docs.flutter.dev/get-started/install?gclid=CjwKCAjwsfuYBhAZEiwA5a6CDO6B8UmpKuTGir8pYjpWhn5TS2GsB8hfmeKYxSouPvJqpVh_b74_QxoCfbwQAvD_BwE&gclsrc=aw.ds
- Visual Code (To Write Code) (version 1.70.2)
- Xcode (required for apple apps to run) (version 13.4.1)
- Android Studio (required for android apps to run) (version Android studio chipmunk)
To compile and run project: First need to install all required dependencies by simply running the command in project directory terminal flutter get or simply open file name pub spec.yaml and press command + S it will automatically download and install all the require dependencies
To Run the project simply select the platform which will be seen in the bottom of the right side of visual code then simply select top bar run tab and then click on start debugging it will run your code on desire platform
(sample\recording.mov)