Skip to content

Change FlutterPluginsLibraryManager to use Dart plugin #5992

Closed
@stevemessick

Description

@stevemessick

In order to close #5614 we added some code that uses the package config file instead of the packages file, but it does not implement a proper cache. We were (and still are) using the code in the Dart plugin. Once the Dart plugin is updated we want to resume using that code to load the package config file. This un-cached code will only be used in the unlikely chance that we generate a project that does not have a. .packages file prior to the Dart plugin being updated.

Activity

added this to the M67 milestone on Feb 24, 2022
stevemessick

stevemessick commented on Apr 6, 2022

@stevemessick
MemberAuthor

@jwren The Dart plugin still uses .packages in one place. That's going to break when pub stops generating it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @stevemessick

        Issue actions

          Change FlutterPluginsLibraryManager to use Dart plugin · Issue #5992 · flutter/flutter-intellij