user_social_profile 1.0.0
user_social_profile: ^1.0.0 copied to clipboard
This package will display a developer's socal profile information.
This package is useful for displaying the User or a Developer's Social Media information.
Features #
This is a pure Dart Package
How to install and use #
First, import the package
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,
),
],
email: "abc@gmail.com",
),
Optional Parameters
- Picture
- Email
- Phone
You can make use of styling as well by applying,
- emailStyle
- phoneStyle