Skip to content

Commit

Permalink
Merge pull request #260 from jdfreolo/reworded-app-description
Browse files Browse the repository at this point in the history
reworded app description for clarity
  • Loading branch information
darwin-morocho authored Jun 24, 2022
2 parents 5d2f820 + 258be39 commit 28971df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion facebook_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_facebook_auth
description: The easiest way to add facebook login to your flutter app, get user information, profile picture and more. Web support included.
description: A plugin that easily adds Facebook authentication into you Flutter app. Feature includes getting user information, profile picture and more. This plugin also supports Web.
version: 4.3.4+2
homepage: https://github.com/darwin-morocho/flutter-facebook-auth

Expand Down
2 changes: 1 addition & 1 deletion website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img alt="stars" src="https://img.shields.io/github/stars/the-meedu-app/flutter-facebook-auth?style=social"/>
</p>

<p>The easiest way to add facebook login to your flutter app, get user information, profile picture and more. Web support included.</p>
<p>A plugin that easily adds Facebook authentication into you Flutter app. Feature includes getting user information, profile picture and more. This plugin also supports Web.</p>

## Features
- Login on iOS, Android and Web.
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const config = {
title: "Flutter Facebook Auth",
tagline:
"The easiest way to add facebook login to your flutter app, get user information, profile picture and more. Web support included.",
"A plugin that easily adds Facebook authentication into you Flutter app. Feature includes getting user information, profile picture and more. This plugin also supports Web.",
url: "https://facebook.meedu.app",
baseUrl: "/",
onBrokenLinks: "throw",
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-3.x.x/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<img alt="stars" src="https://img.shields.io/github/stars/the-meedu-app/flutter-facebook-auth?style=social"/>
</p>

<p>The easiest way to add facebook login to your flutter app, get user information, profile picture and more. Web support included.</p>
<p>A plugin that easily adds Facebook authentication into you Flutter app. Feature includes getting user information, profile picture and more. This plugin also supports Web.</p>

## Features
- Login on iOS, Android and Web.
Expand Down

0 comments on commit 28971df

Please sign in to comment.