GithubHelp home page GithubHelp logo

gausoft / material-about Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jideguru/material-about

0.0 1.0 0.0 1.13 MB

An about screen to use in your Mobile apps.

License: MIT License

Kotlin 3.29% Ruby 8.29% Swift 2.64% Objective-C 1.11% Dart 84.68%

material-about's Introduction

✨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

💰Donate

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

material-about's People

Contributors

jideguru avatar imgbotapp avatar vanyasem avatar gopalindians avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.