user_social_profile 1.0.0 copy "user_social_profile: ^1.0.0" to clipboard
user_social_profile: ^1.0.0 copied to clipboard

outdated

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
3
likes
0
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

This package will display a developer's socal profile information.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, cupertino_icons, flutter, image_picker, url_launcher

More

Packages that depend on user_social_profile