putraxor / flutter_desktop_launcher

Flutter Desktop Launcher for Mac OS/Linux, support hot reload via VS Code
221 stars 35 forks source link

sqflite #15

Closed marcobraghim closed 5 years ago

marcobraghim commented 5 years ago

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

I got this exception after ./flutter_launcher

putraxor commented 5 years ago

Sqflite is flutter mobile plugin, it won't work on desktop workflow

marcobraghim commented 5 years ago

Great, there's a plan to include it as a feature on desktop?

putraxor commented 5 years ago

You can use https://github.com/putraxor/dart-sqlite binding instead, but this binding only supports linux and macos for now