Skip to content

fix: skip file header comment in .dart file. #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iliYF
Copy link

@iliYF iliYF commented Nov 30, 2021

Unable to fix the import path if there is a file header comment in .dart file such as:

/// This is file header comment
///
///
import 'package:xxx/yyy/z.dart'

@adnanjpg
Copy link

Some files may start with // and not ///, a common case for this is the 'ignore for file' cases. Please check out #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants