Skip to content
New issue

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

getting error on release apk, debug apk works fine #64169

Closed
jithinjoycy opened this issue Aug 19, 2020 · 10 comments
Closed

getting error on release apk, debug apk works fine #64169

jithinjoycy opened this issue Aug 19, 2020 · 10 comments

Comments

@jithinjoycy
Copy link

Flutter: Unhandled exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/package_info)

@darshankawar
Copy link
Member

Hi @jithinjoycy,
Please provide flutter doctor -v, a minimal complete reproducible code sample that shows the issue along with pubspec.yaml.
Thanks.

@darshankawar darshankawar added in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Aug 21, 2020
@jithinjoycy
Copy link
Author

Error is solved by downgrading the Gradle version.
Is that okay?

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 22, 2020
@darshankawar
Copy link
Member

@jithinjoycy,
Please provide the earlier and downgraded gradle versions that you used.
Thanks.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 24, 2020
@bhanuka96
Copy link

same issue on release apk 😭

@bhanuka96
Copy link

same issue on release apk 😭

@darshankawar do you have any solution?

@bhanuka96
Copy link

I used package_info: '>=0.4.3 <2.0.0'

@bhanuka96
Copy link

full error

2020-09-15 16:53:41.813 1467-1491/? E/ANDR-PERF-JNI: com_qualcomm_qtiperformance_native_perf_io_prefetch_start
2020-09-15 16:53:41.813 1467-1491/? E/ANDR-PERF-JNI: gIOPHAl initialized
2020-09-15 16:53:41.814 4097-4170/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/package_info)
    #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:159)
    <asynchronous suspension>
    #1      MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:361)
    <asynchronous suspension>
    #2      PackageInfo.fromPlatform (package:package_info/package_info.dart:43)
    <asynchronous suspension>
    #3      SplashLogic.versionCheck (package:orel_go_driver/screens/Splash/logic/splashLogic.dart:15)
    <asynchronous suspension>
    #4      _SplashState.initState.<anonymous closure>.<anonymous closure> (package:orel_go_driver/screens/Splash/splash.dart:21)
    <asynchronous suspension>

@darshankawar darshankawar removed in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Sep 15, 2020
@darshankawar
Copy link
Member

@bhanuka96 since this is a closed issue, please consider opening a new one by providing all required details.
Thanks.

@bhanuka96
Copy link

@darshankawar okay I will do it.

it's working when I am installing like this
flutter build apk --no-shrink

Is it okay to build apk/appbundle for production level(publish to play store)?

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants