Skip to content

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

Merged
merged 35 commits into from
May 22, 2024
Merged

update_25 #65

merged 35 commits into from
May 22, 2024

Conversation

cozvtieg9
Copy link
Collaborator

feat(docs): added documentation generation
feat(fastline): added fastline generation
fix(platforms): ios andd android united in mobile
fix(services): code refactor

cozvtieg9 and others added 30 commits March 6, 2024 15:38
* 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>
…ems/onix-flutter-project-generator into feature/fastlane_documentation
…ems/onix-flutter-project-generator into feature/fastlane_documentation
cozvtieg9 and others added 4 commits May 10, 2024 11:48
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
@cozvtieg9 cozvtieg9 requested a review from Coloud1 May 21, 2024 08:39
…tter. Updated codeformat (#66)

Co-authored-by: Ivan Modlo <ivan.modlo@onix-systems.com>
@Coloud1 Coloud1 merged commit c8d7bfd into main May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants