Skip to content
Branch: master
Go to file
Code

Latest commit

stuartmorgan committed 3b931d0 Jul 8, 2020
Endorses shared_preferences_linux.

Since shared_preferences_linux is pure Dart, this uses manual registration of the Linux implementation. It is similar to the solution used for path_provider, but improves on it by more narrowly tailoring the registration to cases where another registration hasn't already been done, and only checking the first time, thus avoiding the need for a variable to override it.

Updates shared_preferences_linux to depend on path_provider_linux rather than path_provider, to avoid adding unnecessary native plugin dependencies to other platforms.

Also adds a driver test for shared_preference_linux, which I missed in reviewing the initial shared_preferences_linux landing.

Files

Permalink
Failed to load latest commit information.

README.md

Flutter plugins

Build Status

This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team). Check the packages directory for all plugins.

Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.dev/platform-plugins/.

These plugins are also available on pub.

Issues

Please file any issues, bugs, or feature requests in the main flutter repo.

Contributing

If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core Flutter team). Once your plugin is ready you can publish to the pub repository.

If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.

Plugins

These are the available plugins in this repository.

Plugin Pub
android_alarm_manager pub package
android_intent pub package
battery pub package
camera pub package
connectivity pub package
device_info pub package
e2e pub package
espresso pub package
flutter_plugin_android_lifecycle pub package
google_maps_flutter pub package
google_sign_in pub package
image_picker pub package
in_app_purchase pub package
ios_platform_images pub package
local_auth pub package
package_info pub package
path_provider pub package
plugin_platform_interface pub package
quick_actions pub package
sensors pub package
share pub package
shared_preferences pub package
url_launcher pub package
video_player pub package
webview_flutter pub package
You can’t perform that action at this time.