Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

name: flutter_twitter_login | |
description: A Flutter plugin for allowing users to authenticate with native Android & iOS Twitter login SDKs. | |
version: 1.1.0 | |
author: Iiro Krankka <iiro.krankka@gmail.com> | |
homepage: https://github.com/roughike/flutter_twitter_login | |
dependencies: | |
flutter: | |
sdk: flutter | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
flutter: | |
plugin: | |
androidPackage: com.roughike.fluttertwitterlogin.fluttertwitterlogin | |
pluginClass: TwitterLoginPlugin | |
environment: | |
sdk: ">=2.0.0-dev.28.0 <3.0.0" |