social_media_buttons

usage:

use SocialMediaButton named constructors such as : SocialMediaButton.twitter(), SocialMediaButton.instagram(), SocialMediaButton.linkedin(), SocialMediaButton.github() and more

Widget buildSocialMediaButton(){
  return SocialMediaButton.twitter(
     url: "https://twitter.com/CipliOnat",
     size: 35,
     color: Colors.blue,
  );
}

or Just use onTap callback, be careful onTap and url shouldn't be provided at the same time.

Widget buildSocialMediaButton(){
  return SocialMediaButton.twitter(
     onTap: (){
       print('or just use onTap callback');
     },
     size: 35,
     color: Colors.blue,
  );
}

or just use with Icon widget

Widget buildSocialMediaIcon(){
  return Icon(SocialMediaIcons.github);
}

Getting Started

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Libraries

social_media_button
social_media_buttons
social_media_icons
Flutter icons SocialMediaIcons Copyright (C) 2019 by original authors @ fluttericon.com, fontello.com This font was generated by FlutterIcon.com, which is derived from Fontello.