contactus 1.0.4 copy "contactus: ^1.0.4" to clipboard
contactus: ^1.0.4 copied to clipboard

outdated

contactus is the package which helps the developers to add their contact information with ease.Developers can add many important details such as website, email, phone number, etc.

Contact Us



The most common functionality added in any commercial app is the Developer's contact details!!
So this package helps the developers to simply add their details.
Developers can add following details:

  • Company Name
  • Phone Number
  • Website
  • Email ID
  • Twitter Handle
  • Instagram ID
  • Linkedin URL
  • Github UserName


Best feature is that, when the user clicks on any detail, respective app/web page will be opened.




Example Code



``` import 'package:contactus/contactus.dart'; import 'package:flutter/material.dart';

void main() { runApp(MyApp()); }

class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, home: Scaffold( backgroundColor: Colors.teal, body: ContactUs( logo: AssetImage('images/crop.jpg'), email: 'adoshi26.ad@gmail.com', companyName: 'Abhishek Doshi', phoneNumber: '+91123456789', website: 'https://abhishekdoshi.godaddysites.com', githubUserName: 'AbhishekDoshi26', linkedinURL: 'https://www.linkedin.com/in/abhishek-doshi-520983199/', tagLine: 'Flutter Developer', twitterHandle: 'AbhishekDoshi26', instagramUserName: '_abhishek_doshi', ), ), ); } }

<br><br><br>
<h3>Output</h3>

![Output](https://raw.githubusercontent.com/AbhishekDoshi26/contactus/master/example/output/output.jpg)

62
likes
0
pub points
89%
popularity

Publisher

verified publisherabhishekdoshi.dev

contactus is the package which helps the developers to add their contact information with ease.Developers can add many important details such as website, email, phone number, etc.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, typicons_flutter, url_launcher

More

Packages that depend on contactus