Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 3.23 KB

README.md

File metadata and controls

35 lines (26 loc) · 3.23 KB

Flutter desktop plugins

This repo contains go-flutter implementations for popular flutter plugins.

Issues

Please report issues at the go-flutter issue tracker.

Some plugins like shared_preferences have been implemented in pure Dart and don't need any work done on the go-flutter side.
You just need to add shared_preferences_{linux,macos,windows} to your dependencies in the pubspec.yaml.
(The respective go-flutter plugins have been deprecated and will eventually be removed, because they sometimes interfere with the official implementation and cause confusion).

From the community

If you have implemented a plugin that you would like to add to this repository, feel free to open a PR.