-
Notifications
You must be signed in to change notification settings - Fork 20
update 1.1.1+26 #74
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
Merged
update 1.1.1+26 #74
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Main -> Dev sync
* fix: remove git inint and commits * fix: fix existing project RGBO & ARGB colors parse * fix: skip colors generate if no figma file added * fix: skip colors generate if no figma file added * fix: skip colors generate if no figma file added * feat(v24_update): added documentation generation fix(issue_54): fixed firebase import in remote.dart * feat(v24_update): flutter_secure_storage version set to 9.0 * feat(v24_update): flutter_secure_storage version set to 9.0 * feat(v24_update): fixed install instructions for single flavor * feat(v24_update): light refactor of generation bloc fix(firebase): remote di syntax fix * fix(codestyle): organize imports * fix(fix): fixed post_gen script for mason * fix(codestyle): clear some warnings and unused code * fix(tests): fixed request processor test * fix(documentation): added package names description fix(brick): macos flavorizr * fix(brick): added branch config * fix(branches): added option to select branch for Mason brick * fix(pr57): improves based on PR comments * fix(pr57): improves based on PR comments * fix(pr57): improves based on PR comments * fix(pr57): hide branch option in release * fix(brick): fix mac os configuration * fix(brick): fix mac os configuration * fix(brick): temporary removed mac os flavors * fix(brick): tailor version * fix(brick): tailor constructor * fix(tailor): tailor generation fixes * fix(tailor): ThemeTailor migrated to v3+ * fix(version): fixed version check --------- Co-authored-by: DemeoStep <demeo.alex@gmail.com> Co-authored-by: alexandr.fedorenko <fedorenkoalex1992@gmail.com>
…eneration when is modifying the project
…ems/onix-flutter-project-generator into feature/fastlane_documentation
…ems/onix-flutter-project-generator into feature/fastlane_documentation
feat(Fastlane): Fastlane integration
…issolution between text and bg, wrong symbol for import generation
* feat(issues/67): added util to generate Android signing for project feat(issues/58): added support of Flavors for MacOs * feat(issues/67): added util to generate Android signing for project feat(issues/58): added support of Flavors for MacOs * fix(clean): removed fvm * feat(error_handling): error handling fo signing generation * feat(error_handling): error handling fo signing generation * feat(error_handling): error handling fo signing generation * feat(UI): procedure, names, settings and screens UI update * feat(UI): procedure, names, settings and screens UI update * feat(UI): procedure, names, settings and screens UI update * feat(UI): procedure, names, settings and screens UI update * fix(Update 26): fixed bug with generate signing key for non mobile platforms * feat(UI): added fingerprint dialog * feat(UI): adjusted colors * feat(UI): color scheme and theming * fix(UI) - fixed input filtering regexes for components names, color dissolution between text and bg, wrong symbol for import generation --------- Co-authored-by: alexandr.fedorenko <fedorenkoalex1992@gmail.com> Co-authored-by: Ivan Modlo <ivan.modlo@onix-systems.com> Co-authored-by: Andrii Ivanov <dzen.ivanov@gmail.com>
# Conflicts: # bricks/flutter_clean_base/hooks/post_gen.dart # lib/core/app/app_consts.dart # lib/core/app/localization/generated/intl/messages_en.dart # lib/core/app/localization/generated/intl/messages_uk.dart # lib/core/app/localization/generated/l10n.dart # lib/core/app/localization/l10n/intl_en.arb # lib/core/app/localization/l10n/intl_uk.arb # lib/core/di/usecase.dart # lib/domain/service/file_generator_service/data_component_generators/mapper_generator.dart # lib/domain/service/file_generator_service/file_generator_service.dart # lib/domain/service/file_generator_service/signing_generator/params/signing_generator_params.dart # lib/domain/service/file_generator_service/signing_generator/signing_generator.dart # lib/domain/usecase/file_generation/generate_signing_config_usecase.dart # lib/presentation/screen/data_components_screen/data_components_screen.dart # lib/presentation/screen/figma_styles_screen/figma_styles_screen.dart # lib/presentation/screen/generation_screen/bloc/generation_screen_bloc.dart # lib/presentation/screen/generation_screen/generation_screen.dart # lib/presentation/screen/generation_screen/widget/generation_controls.dart # lib/presentation/screen/platforms_screen/bloc/platforms_screen_models.dart # lib/presentation/screen/platforms_screen/platforms_screen.dart # lib/presentation/screen/platforms_screen/widgets/platform_checkbox.dart # lib/presentation/screen/platforms_screen/widgets/platform_screen_body.dart # lib/presentation/screen/procedure_selection_screen/procedure_selection_screen.dart # lib/presentation/screen/project_name_screen/project_name_screen.dart # lib/presentation/screen/project_settings_screen/project_settings_screen.dart # lib/presentation/screen/screens_screen/screens_screen.dart # lib/presentation/screen/screens_screen/widgets/figma_styles_dialog/figma_styles_dialog.dart # lib/presentation/screen/splash_screen/splash_screen.dart # lib/presentation/screen/summary_screen/summary_screen.dart # lib/presentation/screen/swagger_parser_screen/swagger_parser_screen.dart # lib/presentation/style/app_colors.dart # lib/presentation/style/theme/theme_extension/theme_colors.dart # lib/presentation/widget/buttons/app_filled_button.dart # lib/presentation/widget/inputs/text_field_with_label.dart # pubspec.yaml
feat(update_26/addons): fixed app name for flavor (titleCase)
feat(update_26/addons): fixed app name for flavor (titleCase)
feat(update_26/addons): fixed app name for flavor (titleCase)
feat(update_26/addons): fixed app name for flavor (titleCase)
# Conflicts: # bricks/flutter_clean_base/hooks/post_gen.dart # lib/core/arch/bloc/base_bloc.dart # lib/core/arch/domain/entity/failure/failure.dart # lib/domain/entity/config/config.dart # lib/domain/entity/config/fingerprint.dart # lib/presentation/screen/data_components_screen/widgets/data_components_widgets/fields_dialog/add_fields_tile_dropdown.dart # lib/presentation/screen/data_components_screen/widgets/data_components_widgets/fields_dialog/fields_dialog.dart # lib/presentation/screen/generation_screen/bloc/generation_screen_bloc.dart # lib/presentation/screen/platforms_screen/widgets/platform_checkbox.dart # lib/presentation/screen/project_settings_screen/project_settings_screen.dart # lib/presentation/screen/screens_screen/widgets/screen_table.dart # lib/presentation/style/app_colors.dart # lib/presentation/widget/buttons/app_filled_button.dart # lib/presentation/widget/inputs/labeled_checkbox.dart # lib/presentation/widget/inputs/labeled_segmented_control.dart # lib/presentation/widget/inputs/switch_with_label.dart # lib/presentation/widget/inputs/text_field_with_label.dart
Feat/update 26
Coloud1
approved these changes
Jun 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.