putraxor / flutter_desktop_launcher

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

Platform problem with firebase #10

Closed amatshiye closed 5 years ago

amatshiye commented 5 years ago

Every time I try to run my app with the launcher on macos it gives me this exception.

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method Query#getDocuments on channel plugins.flutter.io/cloud_firestore))

putraxor commented 5 years ago

please note that Flutter is UI toolkit, any platform specific plugin won't work on others. cloud_firestore is supposed to be run on mobile, not on desktop for io level you can use firebase_dart_sdk instead