flutter_twitter_login icon indicating copy to clipboard operation
flutter_twitter_login copied to clipboard

Twitter login is not working in Web application.

Open RaghuMudem opened this issue 5 years ago • 3 comments

Hi I have used the latest version of plugin for my application to provide twitter authentication. It is working fine in both Android and iOS.

But not working in Web application. Instead it is returning the below message when i tried to execute twitter login code.

`html_dart2js.dart:39777 Overflow on channel: com.roughike/flutter_twitter_login.  Messages on this channel are being discarded in FIFO fashion.  The engine may not be running or you need to adjust the buffer size if of the channel.`

errors.dart:146 Uncaught (in promise) Error: MissingPluginException(No implementation found for method authorize on channel com.roughike/flutter_twitter_login)
    at Object.throw_ [as throw] (errors.dart:195)
    at MethodChannel._invokeMethod (platform_channel.dart:154)
    at _invokeMethod.next (<anonymous>)
    at onValue (async_patch.dart:47)
    at _RootZone.runUnary (zone.dart:1439)
    at _FutureListener.thenAwait.handleValue (future_impl.dart:141)
    at handleValueCallback (future_impl.dart:682)
    at Function._propagateToListeners (future_impl.dart:711)
    at _Future.new.[_completeWithValue] (future_impl.dart:526)
    at async._AsyncCallbackEntry.new.callback (future_impl.dart:556)
    at Object._microtaskLoop (schedule_microtask.dart:43)
    at _startMicrotaskLoop (schedule_microtask.dart:52)
    at async_patch.dart:168

image

Please help me to solve this issue for Web application. Or suggest me any other solution for Web application.

RaghuMudem avatar May 19 '20 11:05 RaghuMudem

Hi I have used the latest version of plugin for my application to provide twitter authentication. It is working fine in both Android and iOS.

But not working in Web application. Instead it is returning the below message when i tried to execute twitter login code.

`html_dart2js.dart:39777 Overflow on channel: com.roughike/flutter_twitter_login.  Messages on this channel are being discarded in FIFO fashion.  The engine may not be running or you need to adjust the buffer size if of the channel.`
errors.dart:146 Uncaught (in promise) Error: MissingPluginException(No implementation found for method authorize on channel com.roughike/flutter_twitter_login)
    at Object.throw_ [as throw] (errors.dart:195)
    at MethodChannel._invokeMethod (platform_channel.dart:154)
    at _invokeMethod.next (<anonymous>)
    at onValue (async_patch.dart:47)
    at _RootZone.runUnary (zone.dart:1439)
    at _FutureListener.thenAwait.handleValue (future_impl.dart:141)
    at handleValueCallback (future_impl.dart:682)
    at Function._propagateToListeners (future_impl.dart:711)
    at _Future.new.[_completeWithValue] (future_impl.dart:526)
    at async._AsyncCallbackEntry.new.callback (future_impl.dart:556)
    at Object._microtaskLoop (schedule_microtask.dart:43)
    at _startMicrotaskLoop (schedule_microtask.dart:52)
    at async_patch.dart:168

image

Please help me to solve this issue for Web application. Or suggest me any other solution for Web application.

same here!

brasizza avatar Jun 10 '20 04:06 brasizza

I am experiencing the same issue for Flutter web. Any solution @brasizza @RaghuMudem ?

walteraa avatar Oct 27 '20 21:10 walteraa

This lib has no support for web. It is in the pub stuff.

walteraa avatar Oct 28 '20 15:10 walteraa