social_media_flutter 0.0.2 copy "social_media_flutter: ^0.0.2" to clipboard
social_media_flutter: ^0.0.2 copied to clipboard

A package to integrate your Social Links widget easily in your mobile and webapps.

social_media_flutter #

Untitled

Many times its required to integrate the social links inside the apps/webapps. This package can help you save your UI coding time and energy. Just import the widget and modify it according to your needs and desired look.

Features #

  1. Change Social Logo Color and Size according to the needs or theme(optional).
  2. Give your own text style to the placeholder text.
  3. Provide a link to redirect the users to your social page.

Outcome #

Your image title Your image title Your image title

Usage #

Using a SocialWidget -

 SocialWidget(
    placeholderText: 'akshitmadan_', //text visible to viewers
    iconData: SocialIconsFlutter.instagram,  //use the respective social logo
    iconColor: Colors.pink, //(optional, default - grey)
    link: 'https://www.instagram.com/akshitmadan_/', //provide the link
    placeholderStyle:
    TextStyle(color: Colors.black, fontSize: 20), //placeholder text style
),

Check example for better understanding

Additional information #

Raise a pull request/issue incase of any bug or problem. Add more social widgets to contribute to this open source package.

33
likes
110
pub points
87%
popularity

Publisher

unverified uploader

A package to integrate your Social Links widget easily in your mobile and webapps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on social_media_flutter