material_about 0.2.1 copy "material_about: ^0.2.1" to clipboard
material_about: ^0.2.1 copied to clipboard

discontinued

An about screen to use on your Mobile apps.

✨Flutter ‍Material About PRs Welcome Build Status pub package #

This is an Flutter project. You, as a mobile developer, can use this library to show a material about screen in your apps. It was built to make your life easier when introducing you to your users, and also, to create an about screen pattern for material android apps. It's really simple and dynamic, check it out.

Highly inspired by this Android Library

📷 ScreenShots #

🎖 Setup #

dependencies:
  material_about: latest_version

🎮 Implementation #

  1. Import it
import 'package:material_about/material_about.dart';
  1. Use the widget anywhere
MaterialAbout(
  banner: Image.asset(
    'images/profile_cover.jpg',
    height: 120.0,
    width: MediaQuery.of(context).size.width,
    fit: BoxFit.fill,
  ),
  dp: Image.asset(
    "images/profile_picture.png",
    height: 190.0,
    fit: BoxFit.fill,
  ),
  name: "Your Name",
  position: "Mobile Developer",
  description: "I'm warmed of mobile technologies. \n Ideas Maker, curious and nature lover",
  seperatorColor: Colors.grey,
  iconColor: Colors.black,
  textColor: Colors.black,
  playstoreID: "1111111111111",
//        github: "YourID", //e.g JideGuru
//        bitbucket: "YourID",
//        facebook: "YourID", //e.g jideguru
//        twitter: "YourID", //e.g JideGuru
//        instagram: "yourID", //e.g jideguru
//        googlePlus: "yourID",
  youtube: "yourID",
  dribble: "yourID",
  linkedin: "yourID",
  email: "yourEmail",
  whatsapp: "yournumber", //without international code e.g 22994684468.
  skype: "yourID",
  google: "yourSearchQuery",
  android: "yourID",
  website: "yourURL",
  appIcon: "images/profile_picture.png",
  appName: "App Name",
  appVersion: "1.0",
//        removeAds: "Link to pro app",
  donate: "Link to any wallet for donations",
//        changelog: "Link to changeLog",
  help: "Link to about app", //to be improved soon
  share: "Text to share to people",
  devID: "YourPlaystoreDevID",
),

📱Sample app #

See Full Implementation in the Sample App

If you like this project you can take out a few minutes to buy me a cup of coffee and keep me going

Mode Link/Wallet
Bitcoin 3GrziPW6Gz6S5mXo2EsiYpafW8vXVq5Rbv

Credits #

  1. jrvansuita for his awesome library

🐛 Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

❗️ Note #

For help getting started with Flutter, view the online documentation.

For help on editing plugin code, view the documentation.

⭐️ License #

MIT Licence