-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feat/update rx bloc cli project creation #644
Feat/update rx bloc cli project creation #644
Conversation
packages/rx_bloc_cli/lib/src/processors/android/android_build_gradle_processor.dart
Show resolved
Hide resolved
packages/rx_bloc_cli/lib/src/processors/android/app_build_gradle_processor.dart
Show resolved
Hide resolved
...mplates/bricks/rx_bloc_flavor_config/__brick__/android/environments/sit/google-services.json
Outdated
Show resolved
Hide resolved
...mplates/bricks/rx_bloc_flavor_config/__brick__/android/environments/uat/google-services.json
Outdated
Show resolved
Hide resolved
packages/rx_bloc_cli/mason_templates/bricks/rx_bloc_flavor_config/__brick__/flavorizr.yaml
Outdated
Show resolved
Hide resolved
..._bloc_flavor_config/__brick__/ios/environments/development/firebase/GoogleService-Info.plist
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #644 +/- ##
===========================================
- Coverage 85.70% 85.66% -0.05%
===========================================
Files 98 98
Lines 2141 2142 +1
===========================================
Hits 1835 1835
- Misses 306 307 +1 ☔ View full report in Codecov by Sentry. |
The generation process does execute the build runner during the post generation steps. The project from the screenshot is the test project or did you use the |
Overview
This PR removes the
android
andios
directories from mason templates, which are generated by theflutter create
command. Instead of manually creating flavors, they are now generated using the flutter_flavorizr package with auto-generated configs on top of the existing codebase.Checklist
Implementation
Stability
Code quality
CHANGELOG.md
,README.md
and package versions inpubspec.yaml