All Projects → JideGuru → material-about

JideGuru / material-about

Licence: MIT license
An about screen to use in your Mobile apps.

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language
kotlin
9241 projects
swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to material-about

Materialabout
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate. 🔖
Stars: ✭ 1,511 (+3983.78%)
Mutual labels:  profile, social-media, links, actions, about, about-me, about-app, app-info
FancyAboutPage-Android
Fancy About Page is a simple and lightweight library that helps you to create cool and beautiful about page for your apps without writing dozens of lines of code. It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate.
Stars: ✭ 79 (+113.51%)
Mutual labels:  about, about-me, app-info
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+78.38%)
Mutual labels:  profile, social-media
gabrieldim
WHO AM I ?
Stars: ✭ 100 (+170.27%)
Mutual labels:  about, about-me
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (+56.76%)
Mutual labels:  profile, social-media
stringify.me
Quick and Easy Profiles (No Login Required)
Stars: ✭ 52 (+40.54%)
Mutual labels:  profile, about-me
Social Analyzer
API, CLI & Web App for analyzing & finding a person's profile across +1000 social media \ websites (Detections are updated regularly by automated systems)
Stars: ✭ 8,449 (+22735.14%)
Mutual labels:  profile, social-media
action-my-broken-link-checker
A GitHub Action for checking broken links
Stars: ✭ 32 (-13.51%)
Mutual labels:  links, actions
scalable image
A widget that shows an image which can be scaled and dragged using gestures.
Stars: ✭ 15 (-59.46%)
Mutual labels:  flutter-plugin
launchbar
Actions repository for LaunchBar 6
Stars: ✭ 65 (+75.68%)
Mutual labels:  actions
flutter cameraview
A Flutter plugin for Android and iOS allowing access to the device cameras, a bit deeper!!
Stars: ✭ 18 (-51.35%)
Mutual labels:  flutter-plugin
Coordinate-Cat
🟢 [Running] Please don't fork it. using lowlighter/metrics to retrieve and display information from github. Check the information in the tool author repository or raw.
Stars: ✭ 59 (+59.46%)
Mutual labels:  profile
Flutter-Mobile-Number-Plugin
Flutter Plugin to get the mobile number
Stars: ✭ 22 (-40.54%)
Mutual labels:  flutter-plugin
azure-static-website-deploy
Deploys static website to Azure Storage
Stars: ✭ 18 (-51.35%)
Mutual labels:  actions
JayantGoel001
JayantGoel001's profile with 74 stars ⭐ and 91 forks 🎉.
Stars: ✭ 74 (+100%)
Mutual labels:  profile
instahelper
Self Hosted Web Based Instagram Automation Tool
Stars: ✭ 21 (-43.24%)
Mutual labels:  social-media
gcloud-login-action
A Github Action which can be used to authenticate with Google Cloud Container Registry
Stars: ✭ 21 (-43.24%)
Mutual labels:  actions
sponge
sponge is a website crawler and links downloader command-line tool
Stars: ✭ 37 (+0%)
Mutual labels:  links
peterthehan
My personal site and profile README.
Stars: ✭ 36 (-2.7%)
Mutual labels:  profile
flutter-scankit
Flutter QR code scanning
Stars: ✭ 107 (+189.19%)
Mutual labels:  flutter-plugin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].