Skip to content
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

[Refactor] Use relative imports for files in lib #40

Closed
a-mabe opened this issue Jul 14, 2023 · 3 comments
Closed

[Refactor] Use relative imports for files in lib #40

a-mabe opened this issue Jul 14, 2023 · 3 comments
Assignees
Labels
good first issue Good for newcomers refine Refactor or refinement

Comments

@a-mabe
Copy link
Owner

a-mabe commented Jul 14, 2023

// Don't
import 'package:demo/src/utils/dialog_utils.dart';

// Do
import '../../../utils/dialog_utils.dart';
@a-mabe a-mabe added refine Refactor or refinement good first issue Good for newcomers labels Jul 14, 2023
@a-mabe a-mabe changed the title Use relative imports for files in lib [Refactor] Use relative imports for files in lib Jul 18, 2023
@Aryashakya
Copy link
Contributor

Hi, I would like to work on this issue.

@a-mabe
Copy link
Owner Author

a-mabe commented Jul 24, 2023

Hi @Aryashakya, the help is much appreciated. Please follow the contributing guidelines and feel free to start work on the issue.

a-mabe added a commit that referenced this issue Jul 24, 2023
[Refactor] Use relative imports for files in `lib` #40
@a-mabe
Copy link
Owner Author

a-mabe commented Jul 24, 2023

Closed in #49

@a-mabe a-mabe closed this as completed Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refine Refactor or refinement
Projects
None yet
Development

No branches or pull requests

2 participants