Skip to content

Header output uses a symlink #521

Open
@bparrishMines

Description

@bparrishMines

When running flutter pub run build_runner build in webview_flutter_wkwebview/, the header uses a symlink in the generated mock file:

webview_flutter_wkwebview/test/src/web_kit_webview_widget_test.mocks.dart:

// Mocks generated by Mockito 5.1.0 from annotations
// in webview_flutter_wkwebview/example/ios/.symlinks/plugins/webview_flutter_wkwebview/test/src/web_kit_webview_widget_test.dart.
// Do not manually edit this file.

I assume it should output:

// Mocks generated by Mockito 5.1.0 from annotations
// in webview_flutter_wkwebview/test/src/web_kit_webview_widget_test.dart.
// Do not manually edit this file.

Everything else about the generated code is correct.

Plugin code: https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_wkwebview

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requesttype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions