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

✨ Add Import abstraction for package imports alias #548

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

AlexV525
Copy link
Member

@AlexV525 AlexV525 commented Aug 5, 2024

What does this change?

Resolves #545

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@AlexV525 AlexV525 marked this pull request as draft August 5, 2024 08:00
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.52%. Comparing base (313027f) to head (6ac0c46).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #548      +/-   ##
==========================================
+ Coverage   97.46%   97.52%   +0.05%     
==========================================
  Files          23       24       +1     
  Lines         829      848      +19     
==========================================
+ Hits          808      827      +19     
  Misses         21       21              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AlexV525 AlexV525 force-pushed the feat/aliased-imports branch from 578548f to 6ac0c46 Compare August 9, 2024 07:20
@AlexV525 AlexV525 marked this pull request as ready for review August 9, 2024 07:22
@AlexV525 AlexV525 merged commit 47df1f8 into main Aug 9, 2024
5 checks passed
@AlexV525 AlexV525 deleted the feat/aliased-imports branch August 9, 2024 19:18
@wasabeef wasabeef added this to the 5.7.0 milestone Aug 28, 2024
@wasabeef wasabeef mentioned this pull request Aug 28, 2024
wasabeef added a commit that referenced this pull request Aug 28, 2024
## 5.7.0

**Feature**
- [#548](#548) Add Import
abstraction for package imports alias. by
[@AlexV525](https://github.com/AlexV525)

**Development**
- New releases
[asdf-fluttergen](https://github.com/FlutterGen/asdf-fluttergen) and
[setup-fluttergen](https://github.com/FlutterGen/setup-fluttergen). by
[@ronnnnn](https://github.com/ronnnnn)
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.

[BUG]: Import conflict: Image class defined in flutter and rive
2 participants