This Flutter application allows users to view followers of a GitHub user by entering their username.
- Search for followers by GitHub username
- Display list of followers
- Show avatar and username for each follower
- Option to view follower details
- Clone this repository:
git clone https://github.com/yourusername/github-followers-app.git - Navigate to the project directory:
cd github-followers-app - Install dependencies:
flutter pub get - Run the app:
flutter run


