We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I used your package regarding Deep Link
But after I updated the flutter version to 2, it didn't work anymore Gives the following error Thank you for your help
E/AndroidRuntime( 1866): java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.isEmpty()' on a null object reference E/AndroidRuntime( 1866): at http://io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.maybeGetInitialRouteFromIntent(https://t.co/0EzqKy6ilp) E/AndroidRuntime( 1866): at http://io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onNewIntent(https://t.co/PU3T7hi4Db) E/AndroidRuntime( 1866): at http://io.flutter.embedding.android.FlutterActivity.onNewIntent(https://t.co/q8aTDqYPzl) E/AndroidRuntime( 1866): at app-name.MainActivity.onNewIntent(MainActivity.kt:66) E/AndroidRuntime( 1866): at http://android.app.Activity.performNewIntent(https://t.co/VnbS18Pdbx)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I used your package regarding Deep Link
But after I updated the flutter version to 2, it didn't work anymore
Gives the following error
Thank you for your help
E/AndroidRuntime( 1866): java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.isEmpty()' on a null object reference
E/AndroidRuntime( 1866): at http://io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.maybeGetInitialRouteFromIntent(https://t.co/0EzqKy6ilp)
E/AndroidRuntime( 1866): at http://io.flutter.embedding.android.FlutterActivityAndFragmentDelegate.onNewIntent(https://t.co/PU3T7hi4Db)
E/AndroidRuntime( 1866): at http://io.flutter.embedding.android.FlutterActivity.onNewIntent(https://t.co/q8aTDqYPzl)
E/AndroidRuntime( 1866): at app-name.MainActivity.onNewIntent(MainActivity.kt:66)
E/AndroidRuntime( 1866): at http://android.app.Activity.performNewIntent(https://t.co/VnbS18Pdbx)
The text was updated successfully, but these errors were encountered: