The Flutter-based cross-platform application, inspired by GithubProfileFinder, leverages the power of Github's API to provide users with a seamless and intuitive experience for exploring Github profiles.
Inspired from GithubProfileFinder.
- Search, Analyse, Share your github profile easily
- Provide Github`s user data based on the username
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
- Get more data from github`s api.
- Find bugs or errors and fix it.
- Improve UI/UX designs.
- Add some cool features.
Step 1:
Download or clone this repo by using the link below:
https://github.com/Shreyans13/Github-Profile-Finder.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Run the project in Android Studio or any IDE you prefer or run the command:
flutter run <DART_FILE> or Run the project in android studio
Step 4:
To build the flutter project:
flutter build
This project is uses
- cupertino_icons
- flutter_native_splash
- liquid_swipe
- google_fonts
- flutter_svg
- libv_markdown
- font_awesome_flutter
- shared_preferences
Incase you face any problem or need any help write me in issues section.