Skip to content

extension not working on parted files #49

@adnanjpg

Description

@adnanjpg

Hey there,

In my app I am using json_serializable and freezed.

So if I have a freezed and/or json serialized class A in a.dart file, I have to add part 'a.freezed.dart and/or a.g.dart to the head of the files. In such files (a.dart) this extension does not fix the import statement.

a.dart:
import 'package:my_app/my_file.dart';

part 'a.g.dart';
part 'a.freezed.dart';

@freezed
class A {
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions