user_social_profile
This plugin is quite useful for showing a Developer's social media information, particularly useful for ABOUT THE DEVELOPER section in majority of the apps.
Some useful insights
Preview
Installation & usage
Under the project's terminal, jot down the below command to install the suitable version, or install it manually.
flutter pub add user_social_profile
import 'package:user_social_profile/user_social_profile.dart';
Code snippet
UserSocialProfile(
fullName: "Mustafa Tahir",
icons: [
SocialIcon(
name: Platform.github,
link: "your_github_url",
iconSize: 50,
),
SocialIcon(
name: Platform.linkedin,
link: "your_linkedin_url",
iconSize: 50,
),
SocialIcon(
name: Platform.behance,
link: "your_behance_url",
iconSize: 50,
),
],
email: "dummyemail@gmail.com",
),
Optional parameters
- picture
- phone
# Here is the updated snippet view
UserSocialProfile(
fullName: "Mustafa Tahir",
picture: "your_image_url",
phone: "+921234567899",
icons: [
SocialIcon(
name: Platform.stack,
link: "your_stackoverflow_url",
iconSize: 50,
),
],
email: "dummyemail@gmail.com",
),
Additionally, custom styles can also be applied
- phoneStyle
- emailStyle
Platform support
user_social_profile currently supports:
- Android
- iOS
- macOS
Contributing
If you'd like to contribute to this project, please follow these guidelines:
- Submit an issue describing the bug or feature request.
- Fork the repository and make changes in a new branch.
- Submit a pull request with your changes.
Submit an issue - Click here
Buy me a coffee
Libraries
- Support for doing something awesome.