roughike / flutter_facebook_login

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

In the changelog login function name is incorrect #290

Open dcoleyoung opened 3 years ago

dcoleyoung commented 3 years ago

In the changelog the notes are

Removed deprecated method loginWithPublishPermissions and renamed loginWithReadPermission to login

The actual function name is "logIn", capital CamelCase.