plugins icon indicating copy to clipboard operation
plugins copied to clipboard

go-flutter implementations for popular Flutter plugins

Flutter desktop plugins

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

Issues

Please report issues at the go-flutter issue tracker.

From flutter/plugins

  • image_picker - Select an image or video from storage. (pub.dev)
  • path_provider - Finding commonly used locations on the filesystem. (pub.dev)
  • package_info - Provides information about an application package. (pub.dev)
  • shared_preferences - Provides a persistent store for simple data. (pub.dev)
  • url_launcher - Flutter plugin for launching a URL. (pub.dev)
  • video_player - Flutter plugin for playing back video on a Widget surface. (pub.dev) (:warning: work-in-progress, needs rewrite)

From the community

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