Contactus - a flutter package. The most common functionality added in any commercial app is the Developer's contact details

Related tags

Templates contactus
Overview

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.

Now you can also add the contact details as a part of your bottomNavigationBar



Now you can add customizedable fonts for company/individual name, tagline & text along with the custom color for divider and font weights.



Developers can add following details:
  • Company Name
  • Phone Number
  • Website
  • Email ID
  • Twitter Handle
  • Instagram ID
  • Facebook ID
  • Linkedin URL
  • Github UserName


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

Now you can also add the contact details as a part of your bottomNavigationBar




Example Code for creating an entire page



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: '[email protected]',
          companyName: 'Abhishek Doshi',
          phoneNumber: '+91123456789',
          dividerThickness: 2,
          website: 'https://abhishekdoshi.godaddysites.com',
          githubUserName: 'AbhishekDoshi26',
          linkedinURL: 'https://www.linkedin.com/in/abhishek-doshi-520983199/',
          tagLine: 'Flutter Developer',
          twitterHandle: 'AbhishekDoshi26',
          instagramUserName: '_abhishek_doshi',
        ),
      ),
    );
  }
}




Example Code for adding details in bottomNavigationBar

bottomNavigationBar: ContactUsBottomAppBar(
          companyName: 'Abhishek Doshi',
          textColor: Colors.white,
          backgroundColor: Colors.teal.shade300,
          email: '[email protected]',
        ),



Output

Output

You might also like...

Package to get details of the Instagram user and download reels video.

Package to get details of the Instagram user and download reels video.

Flutter package to get Instagram user details and download reels videos. How to Use To use flutter_insta, first start by importing the package. import

Nov 12, 2022

package library for extended_image, extended_text and extended_text_field,provide common base class.

 package library for extended_image, extended_text and extended_text_field,provide common base class.

extended_image_library package library for extended_image extended_image A powerful official extension library of image, which support placeholder(loa

Dec 31, 2022

A dart package for many helper methods fitting common situations

Basic Utils A dart package for many helper methods fitting different situations. Table of Contents Basic Utils Table of Contents Preamble Install pubs

Jan 5, 2023

A TextField flutter package with tagging functionality.

Flutter Tagging A flutter package with tagging or multi-select functionality. Useful for adding Tag or Label Selection Forms. ListLanguage _selected

Sep 6, 2022

Dart package to support Wake-on-LAN functionality

wake_on_lan Dart library package to easily send Wake-on-LAN magic packets to devices on your local network. Getting Started wake_on_lan has three core

Oct 24, 2022

Voxxedapp - A Flutter app for iOS and Android that display details about upcoming Voxxed Days

Voxxedapp - A Flutter app for iOS and Android that display details about upcoming Voxxed Days

voxxedapp - a Voxxed Days schedule app made with Flutter What is voxxedapp? It's an app that displays info about upcoming Voxxed Days conferences, inc

Oct 10, 2020

SeizeYourSpace - An App to capture details about folks interested in joining Publicis Sapient. Especially useful at events!

SeizeYourSpace - An App to capture details about folks interested in joining Publicis Sapient. Especially useful at events!

photo_job A simple app to take in candidate applications at a Conference Booth. This simplifies the work for a recruiter and eliminates the paper work

Jul 11, 2022

Flutter Application to purchase movie tickets, search for a movie, view movie details and proceed to select seats and movie times.

Flutter Application to purchase movie tickets, search for a movie, view movie details and proceed to select seats and movie times.

Flutter Application to purchase movie tickets, search for a movie, view movie details and proceed to select seats and movie times.

May 25, 2022

A new Flutter project for finding movie and its details

A new Flutter project for finding movie and its details

movie_finder A new Flutter project for finding movie and its details. Project Screenshots Home Page Movie Detail Page #Project pages Home Page - Done

May 22, 2022
Comments
  • Customization in dependency to align the widget according to application theme

    Customization in dependency to align the widget according to application theme

    Hi there! I hope you are doing fine. I am Ayesha Iftikhar a flutter developer and I have recently used your contactus package. Although it is a great package and saves a lot of time I noticed something that mostly functions/things like the font of company name, tagline, and their weights are fixed along with the color of the divider is also fixed but the thing is almost every product have its own theming conventions including everything starting from text font to colors. So I have devised a little solution for that. I would be delighted if you accept/merge my pull request and allow others have the benefit from that work too. Thanks and Regards, Ayesha Iftikhar

    opened by AyeshaIftikhar 6
  • IOS 14- Phone and mail links not working on emulator

    IOS 14- Phone and mail links not working on emulator

    I tried on android emulator and all linkings worked well. But I tried on iPhoneSE 2nd generation iOS 14.0 and phone-mail linkings do not work. I will try on real device but I don't have iOS 14.0 but 12.4.8. will let you know if it works or not.

    Not related to package 
    opened by EmirSoza 5
  • Image changes

    Image changes

    • logo is no longer required
    • an image can added instead of logo
    • updated version
    • added facebook
    • added option to change text for phone number, email and website
    • added option to change the font size of the company name
    opened by eliasbnr 1
Owner
Abhishek Doshi
Google Developer Expert - Dart & Flutter 💙  || Organizer of @Flutter-Valsad
Abhishek Doshi
A showcase of the most common Flutter animation APIs.

Flutter Animations Gallery This project is a showcase of the most common Flutter animation APIs. Preview Also available as a Flutter web demo. Setting

Andrea Bizzotto 136 Dec 10, 2022
Magpie-fly is a component library produced by 58 Group, which encapsulates a variety of common components to meet the needs of developers

[toc] magpie_fly Magpie-fly 是58集体出品组件库,封装了多种常用组件,以满足开发者需求。(Magpie-fly is a component library produced by 58 Group, which encapsulates a variety of com

Wuba 40 Mar 18, 2022
A flutter App to get details of any Movie

Movie Zone Flutter Application to get movie details Features Poster of Movie Released Date Country IMDB Rating Runtime Director Screenshots API used h

Viral Vaghela 9 Dec 4, 2021
A flutter plugin for improved row and column widgets with added spacing and optional interleaved dividers

flutter_series A flutter plugin for improved row and column widgets with added s

null 0 Nov 1, 2021
Help developers build the most beautiful search bar🍹.

fsearch Help developers build the most beautiful search bar ?? . [FSearch] provides developers with a one-stop search bar construction service. Suppor

Fliggy Mobile 70 Oct 28, 2022
DEVS: Developer Board and Jobs Listing | For Developers, By Developers

devs Setup Currently, this DEVS project is using the master channel of the Flutter SDK. TODO: Migrate to beta Clone the project git clone https://gith

Flutter Philippines Community 40 Apr 16, 2022
Contact App using Flutter

Contacts Building App Contacts in Flutter using Slidy Screenshots Getting Started For help getting started with Flutter, view our online documentation

Rogerio Sobrinho 37 Oct 4, 2022
AwesomeContactApp - Awesome Contact Book App Built With Flutter

Awesome Contact App A contact book app built with Flutter Art Getting Started Th

null 0 Jan 2, 2022
A new Contact Diary App project in flutter

contactdiaryapp1 A new Contact Diary App project in flutter. GIFS PACKAGES

null 0 May 23, 2022
Extract pubspec details (such as package version, author and description) into Dart code.

build_pubspec This package helps you convert fields from your pubspec.yaml file into Dart code. Based on the fields in your pubspec, this package will

dartside.dev 9 Jul 15, 2021