roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
403 stars 331 forks source link

pub.dev/packages readme is incomplete #163

Open joepb opened 5 years ago

joepb commented 5 years ago

The readme on https://github.com/roughike/flutter_facebook_login/blob/master/README.md does show the file locations like <your project root>/android/app/src/main/res/values/strings.xml, but at the pub page https://pub.dev/packages/flutter_facebook_login these are missing.

This makes installation and usage of the package quite troublesome, until you decide to read the original readme and discover these missing details were actually provided...

mathieujobin commented 5 years ago

have you been able to get it to work ? I did find this path by looking at other docs. but the app is crashing for me, even the example

joepb commented 5 years ago

I did get it to work. The original readme seems fine, the problem is that some text has gone missing on the pub.dev page.