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

Flutter to App Native the image load faild #357

Closed
2 tasks
yaofuyu opened this issue Apr 1, 2020 · 1 comment
Closed
2 tasks

Flutter to App Native the image load faild #357

yaofuyu opened this issue Apr 1, 2020 · 1 comment

Comments

@yaofuyu
Copy link

yaofuyu commented Apr 1, 2020

🐛 Bug Report

Unhandled Exception: MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite)
#0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:319:7)

#1 invokeMethod (package:sqflite/src/sqflite_impl.dart:20:13)
#2 SqfliteDatabaseFactoryImpl.invokeMethod (package:sqflite/src/factory_impl.dart:34:7)
#3 SqfliteDatabaseFactoryMixin.safeInvokeMethod. (package:sqflite_common/src/factory_mixin.dart:25:35)
#4 wrapDatabaseException (package:sqflite/src/exception_impl.dart:8:32)
#5 SqfliteDatabaseFactoryImpl.wrapDatabaseException (package:sqflite/src/factory_impl.dart:30:7)
#6 SqfliteDatabaseFactoryMixin.safeInvokeMethod (package:sqflite_common/src/factory_mixin.dart:25:7)
#7 SqfliteDatabaseFactoryMixin.getDatabasesPath (package:sqflite_common/src/factory_mixin.dart:143:26)
#8 getDatabasesPath (package:sqflite/sqflite.dart:168:54)
#9 CacheStore._getObjectProvider (package:flutter_cache_manager/src/cache_store.dart:39:31)

Expected behavior

Reproduction steps

Configuration

Version: 2.0.0

Platform:

  • 📱 iOS 13.2
  • 🤖 Android
@renefloor
Copy link
Contributor

As your error already shows this is an issue with package:sqflite, so not for here. Though it is already fixed in sqflite 1.2.1, so just a lutter pub upgrade should be fine for it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants