roughike / flutter_twitter_login

A Flutter plugin for authenticating users by using the native TwitterKit SDKs on Android & iOS.
BSD 2-Clause "Simplified" License
84 stars 136 forks source link

Issue while create release apk #30

Open A-team-solace opened 4 years ago

A-team-solace commented 4 years ago

BUILD FAILED in 4m 59s Finished with error: Gradle task assembleRelease failed with exit code 1

iPatel007 commented 4 years ago

getting same issue... I have posted question on StackOverFlow

https://stackoverflow.com/questions/59496368/execution-failed-for-task-flutter-twitterverifyreleaseresources?noredirect=1#comment105248897_59496368

Didn't find the solution

vhgn commented 4 years ago

Fix this issue by referencing a fixed fork of this repo in pubspec.yaml

flutter_twitter_login:
    git: git://github.com/eudangeld/flutter_twitter_login.git

Delete build folder and flutter clean to be absolutely sure.

thechinkysight commented 4 years ago

Fix this issue by referencing a fixed fork of this repo in pubspec.yaml

flutter_twitter_login:
    git: git://github.com/eudangeld/flutter_twitter_login.git

Delete build folder and flutter clean to be absolutely sure.

This one worked for me :D

venil7 commented 4 years ago

Fix this issue by referencing a fixed fork of this repo in pubspec.yaml

flutter_twitter_login:
    git: git://github.com/eudangeld/flutter_twitter_login.git

Delete build folder and flutter clean to be absolutely sure.

can you create a PR so its also fixed in "official" repo?

vhgn commented 4 years ago

@venil7 #13 is a PR by the original creator of the fixed fork (eudangeld), it didn't get accepted as this project doesn't seem to be actively maintained by anyone. My advice is to use this hack (referencing fixed fork in pubspec.yaml).

ciriousjoker commented 4 years ago

@roughike Could you please accept the PR?