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

Using this package you can easily add your social media links in you mobile and webapp

SocialMediaLinks Package

A Flutter package that allows users to easily add their social media links with corresponding logos and text to their applications.

Features Add social media links with corresponding logos and text Customizable styles and layouts Support for popular social media platforms

Installation Add the following line to your pubspec.yaml file:

dependencies: social_media_links: ^0.0.1 flutter pub get

Usage

...dart class HomePage extends StatelessWidget { const HomePage({super.key});

@override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(), body: Container( child: Column( children: [ SocialLink(iconData: Social_link.apple_logo, link: ""), SocialLink(iconData: Social_link.instagram, link: ""), SocialLink(iconData: Social_link.twitter_logo, link: ""), SocialLink(iconData: Social_link.facebook, link: ""), SocialLink( iconData: Social_link.youtube, link: "https://www.youtube.com/@flutterdev", ), SocialLink(iconData: Social_link.apple_music, link: ""), SocialLink(iconData: Social_link.spotify, link: ""), ], )), ); } }

2
likes
130
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Using this package you can easily add your social media links in you mobile and webapp

Repository (GitHub)

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter, url_launcher

More

Packages that depend on social_link