-
Notifications
You must be signed in to change notification settings - Fork 20
update_25 #65
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
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
fix(Fastlane): Fixed bugs with Fastlane generation utils
* fix(screen_generation): refactored screen generation * fix(themes_generation): refactored themes generation * fix(themes_generation): refactored styles generation * fix(clean): imports and formatting * fix(data_components): data components refactor * fix(generation): fixed bloc generation * fix(generation): fixed manual theming generation * fix(generation): fixed manual theming generation * feat(source_generation): source generation refactor * feat(data_generation): data generation refactor * feat(output): refactor output feat(process): refactor process * feat(UI): UI improvements * feat(UI): UI improvements * feat(i10): fixed i10 * fix(conflicts): fixed after merge conflicts * fix(docs): fixed issue id docs service * fix(SummaryScreen): Fixed bug with SummaryScreen extra * fix(Services): Updated RequestGenerator, RequestGenerator, StyleGeneratorConsts, FigmaStylesDialog * fix(generator): fixed async file creation fix(cubit): remove useless constructor for cubit * fix(generator): fixed async file creation fix(cubit): remove useless constructor for cubit * fix(merge): after merge fix * fix(fastlane): fixed several bugs with the makefile generators * fix(flavorizr): fixed prod package name * fix(flavorizr): fixed prod package name * fix(flavorizr): fixed prod package name * fix(flavorizr): fixed prod package name * fix(flavorizr): fixed prod package name * fix(flavorizr): fixed prod package name * fix(flavorizr): fixed prod package name * fix(flavorizr): fixed prod package name * fix(flavorizr): fixed prod package name * fix(docs): added flavorizr command * fix(fiel_gen): cubit constructor * fix(file_gen): screen imports * fix(file_gen): screen di * fix(file_gen): screen di * fix(docs): fixed package names in docs * feat(Fastlane): Updated flavors logic. Added statements --------- Co-authored-by: alexandr.fedorenko <fedorenkoalex1992@gmail.com> Co-authored-by: Ivan Modlo <ivan.modlo@onix-systems.com>
* feat(Platforms): Updated PlatformScreen * fix(Platforms): Updated state logic, updated platformsList * fix(Imports): Fixed import in PlatformScreenBody --------- Co-authored-by: Ivan Modlo <ivan.modlo@onix-systems.com>
# Conflicts: # assets/documentation/docs/ARCH_OVERVIEW.md # assets/documentation/docs/INSTALL_INSTRUCTION.md # assets/documentation/docs/TECH_DESCRIPTION.md # assets/documentation/docs/dev_solutions/EXAMPLE.md # bricks/flutter_clean_base/__brick__/{{project_name.snakeCase()}}/pubspec.gen.yaml # lib/core/app/app_consts.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/bloc.dart # lib/core/di/injection.dart # lib/core/di/services.dart # lib/core/di/usecase.dart # lib/domain/service/docs_service/docs_service.dart # lib/domain/service/docs_service/params/docs_generation_params.dart # lib/domain/service/figma_service/figma_service.dart # lib/domain/service/file_generator_service/data_component_generators/generate_component_enum.dart # lib/domain/service/file_generator_service/data_component_generators/generate_mapper.dart # lib/domain/service/file_generator_service/style_generator/colors_generator.dart # lib/domain/service/file_generator_service/style_generator/gen/app_colors_file_content.dart # lib/domain/service/file_generator_service/style_generator/gen/theme_colors_file_content.dart # lib/domain/service/file_generator_service/style_generator/gen/theme_colors_file_content_tailor.dart # lib/domain/service/file_generator_service/style_generator/gen/theme_text_styles_file_content.dart # lib/domain/service/file_generator_service/style_generator/gen/theme_text_styles_file_content_tailor.dart # lib/domain/service/file_generator_service/style_generator/theme_colors_generator.dart # lib/domain/service/file_generator_service/style_generator/theme_text_styles_generator.dart # lib/domain/service/output_service/colored_line.dart # lib/domain/usecase/docs_generation/generate_documentation_usecase.dart # lib/domain/usecase/file_generation/generate_data_components_usecase.dart # lib/domain/usecase/file_generation/generate_screens_usecase.dart # lib/domain/usecase/process/run_process_usecase.dart # lib/presentation/screen/data_components_screen/data_components_screen.dart # lib/presentation/screen/data_components_screen/widgets/data_components_widgets/fields_dialog/fields_dialog.dart # lib/presentation/screen/figma_styles_screen/bloc/figma_styles_screen_bloc.dart # lib/presentation/screen/generation_screen/bloc/generation_screen_bloc.dart # lib/presentation/screen/platforms_screen/bloc/platforms_screen_bloc.dart # lib/presentation/screen/project_name_screen/project_name_screen.dart # lib/presentation/screen/splash_screen/bloc/splash_screen_bloc.dart # lib/presentation/screen/summary_screen/summary_screen.dart # pubspec.yaml
…tter. Updated codeformat (#66) Co-authored-by: Ivan Modlo <ivan.modlo@onix-systems.com>
Coloud1
approved these changes
May 22, 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.
feat(docs): added documentation generation
feat(fastline): added fastline generation
fix(platforms): ios andd android united in mobile
fix(services): code refactor