contactus 1.0.0 copy "contactus: ^1.0.0" to clipboard
contactus: ^1.0.0 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.

example/lib/main.dart

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: '+917818044311',
          website: 'https://abhishekdoshi.godaddysites.com',
          githubUserName: 'AbhishekDoshi26',
          linkedinURL: 'https://www.linkedin.com/in/abhishek-doshi-520983199/',
          tagLine: 'Flutter Developer',
          twitterHandle: 'AbhishekDoshi26',
          instagramUserName: '_abhishek_doshi',
        ),
      ),
    );
  }
}
66
likes
0
points
144
downloads

Publisher

verified publisherabhishekdoshi.dev

Weekly Downloads

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