Zahra Jamshidi

Results 35 comments of Zahra Jamshidi

I'm facing the same problem. I solved it as followings ``` import io.flutter.FlutterInjector; ... String assetLookupKey = FlutterInjector.instance().flutterLoader().getLookupKeyForAsset(assetPath); ```

@Hammad0317 I suggested a temporary fix. Please refer to my comment above.

I switched to "youtube_player_flutter"

open file: [https://github.com/rey5137/material/blob/master/app/build.gradle] and put the values in the single quotes. `signingConfigs { release { storeFile file('MATERIAL_KEYSTORE_FILE') storePassword 'MATERIAL_KEYSTORE_PASSWORD' keyAlias 'MATERIAL_KEYSTORE_ALIAS' keyPassword 'MATERIAL_KEYSTORE_PASSWORD' } }`

Any update on this issue? The implementation works fine on most of the devices but some users are facing this issue. It seems the dynamic link is handled differently on...

any update? @thatfiredev could you help us with this?

In my case, sometimes the splash screen (not the login screen) was capturing the link. So I checked `AuthUI.canHandleIntent(intent)` on the splash and if needed extracted the link and manually...

We have released a new version with 8.0.1 and I'm waiting for feedbacks.

@thatfiredev Any update on this issue?