LinusU / LinusU/flutter_web_auth
MissingPluginException (MissingPluginException(No implementation found for method authenticate on channel flutter_web_auth))
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 213
- Forks
- 261
- PR merge metrics
- No merged PRs in 30d
Description
Hi everyone,
I'm getting this error when trying to authenticate on a 3rd party server on iOS platform. On Android same authentication workflow is working just fine.
The error is a little misleading, because the plugin does contain both the method channel and the native "authenticate()" method implementation for iOS on its corresponding Swift class.
Using flutter_web_auth: ^0.4.1
Any help will be appreciated.
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with flutter_web_auth version 0.4.1 and inspect the iOS Swift class and method channel named flutter_web_auth, comparing their authenticate implementation with the working Android flow. Reproduce the iOS authentication attempt and determine why the channel reports no implementation; done means the iOS authenticate call is registered and completes without MissingPluginException.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, dart, flutter, ios, swift
- Domain
- authentication, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100