This repo contains go-flutter implementations for popular flutter plugins.
Please report issues at the go-flutter issue tracker.
From flutter/plugins
- image_picker - Select an image or video from storage. Currently only supported on linux and osx (pub.dev)
- path_provider - Finding commonly used locations on the filesystem. (pub.dev)
- shared_preferences - Provides a persistent store for simple data. (pub.dev)
- url_launcher - Flutter plugin for launching a URL. (pub.dev)
- sqlite - Flutter plugin for SQLite. (pub.dev)
- statusbarcolor - Support custom title bar color go-flutter#177. Only for osx
If you have implemented a plugin that you would like to add to this repository, feel free to open a PR.