Search code examples
flutterdartapksqflite

build apk does't work, but debug apk works as expected


My build apk doesn't work as expected. but debug apk works perfectly. when i run flutter run --release -v it shows:-

  • MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite)

  • Unhandled Exception: MissingPluginException(No implementation found for method pickImage on channel plugins.flutter.io/image_picker)

How can i solve this issue.


Solution

  • Solved this issue by downgrading buld.gradle to com.android.tools.build:gradle:3.5.0