-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
✨ Support build.yaml to configure #555
Conversation
fa2eb34
to
941dc2d
Compare
Could you clarify the priority when both configs in |
Yep, Priority of configuration file. |
Thanks, in this case I would like to see if we can log what configuration the gen command is using, probably like: |
Got it. |
We might focus on one specific feature in one request. Besides, we don't need such rich options AFAICT. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #555 +/- ##
==========================================
+ Coverage 97.52% 97.55% +0.03%
==========================================
Files 24 24
Lines 848 860 +12
==========================================
+ Hits 827 839 +12
Misses 21 21 ☔ View full report in Codecov by Sentry. |
8d18df2
to
c2f70f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for committing to all of the suggestions!
## 5.8.0 **Feature** - [#555](#555) Support build.yaml to configure. by [@b2nkuu](https://github.com/b2nkuu) - [#567](#567) Generate the `package` constant for generated font classes. by [@TesteurManiak](https://github.com/TesteurManiak) - [#569](#569) Enables `gaplessPlayback` by default for image assets. by [@AlexV525](https://github.com/AlexV525) - [#580](#580) Allows `mime: '>=1.0.0 <3.0.0'`. by [@AlexV525](https://github.com/AlexV525) **Development** - [#563](#563) Fix concurrency execution with melos. by [@wasabeef](https://github.com/wasabeef)
What does this change?
Read config build.yaml and replacement configure after default, pubspec.yaml.
Priority of configuration file.
High ---> Low
build.yaml -> pubspec.yaml -> default_config
Fixes #114 🎯
Type of change
Checklist:
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
melos run test
)melos run format
to automatically apply formatting)