Skip to content

Deprecate plugins that are implemented by the flutter team in pure dart #583

Open
@provokateurin

Description

@provokateurin

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

No one assigned

    Labels

    enhancementNew feature or requestpluginIssue about an existing or possible plugin

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions