-
-
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
v2.x.x split packages #80
Conversation
Codecov Report
@@ Coverage Diff @@
## main #80 +/- ##
=======================================
Coverage 98.22% 98.22%
=======================================
Files 16 16
Lines 506 506
=======================================
Hits 497 497
Misses 9 9
Continue to review full report at Codecov.
|
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.
We should modify comment in packages/core/lib/settings/pubspec.dart
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.
🎉
What does this change?
Split for build_runner and command-lines.
For Command-line
packages/command
flutter_gen
Just as usual.
For Build Runner
packages/runner
flutter_gen_runner
New package.
Common Package (Core)
packages/core
flutter_gen_core
*unlisted.What is the value of this and can you measure success?
Pass #53