-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Labels
enhancementNew feature or requestNew feature or requestpluginIssue about an existing or possible pluginIssue about an existing or possible plugin
Description
Some plugins like shared_preferences
have been implemented in pure dart: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_linux.
We should deprecate those plugins (and all other plugins that are now available this way) in the plugins repository, because it causes a lot of confusion why an app can still remember something while the data has been cleared (happened to me twice).
Also we should maybe promote all plugins that are implemented in pure dart in the readme of the repository, because they also work for us and maybe there are even some that haven't been implemented by us yet.
EDIT: url_launcher
isn't implemented in pure dart.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpluginIssue about an existing or possible pluginIssue about an existing or possible plugin