Skip to content

Tags: baveku/flutter_facebook_login

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.0.0 (roughike#102)

* Change testInstrumentationRunner to use the AndroidX version

* Update changelog, readme and bump version.

1.2.0

Toggle 1.2.0's commit message
Update version on pubspec.yaml.

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.1.1 (roughike#16)

* Fix roughike#14 by introducing an artificial delay when delivering the result from the plugin to the consumer.

* Update changelog and pubspec.

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.1.0 (roughike#13)

* Support for Dart 2.0.

* Updated Travis file to do the builds with Dart 2 enabled.

* Update changelog, readme and pubspec to reflect the new changes.

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.0.3 (roughike#7)

* Fix roughike#3 by returning NSNull instead of nil, in the case where the FBSDKAccessToken is null.

* Documented the logout issues on iOS.

* Got rid of "cute" and "funny" bits in the documentation for conciseness.

* Bumped up version code and edited changelog.

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New properties: isLoggedIn and currentAccessToken (roughike#2)

* Dart-side API for the new `isLoggedIn` and `currentAccessToken` properties.

* Updated example app.

* Android implementation of the new features.

* iOS implementation of the new features.

* Update CHANGELOG.md

* Update pubspec.yaml

* Improved documentation and reverted back to the old sample app.

* Travis build status badge.

1.0.1

Toggle 1.0.1's commit message
Fixed the podspec definition for the iOS project.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed a faulty link and highlighted the relevant lines from the confi…

…guration samples.