Skip to content

chore(submodules): update external submodules #22

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli
Submodule cli updated 88 files
+4 βˆ’2 .github/workflows/release.yml
+3 βˆ’3 .github/workflows/test.yml
+177 βˆ’0 CHANGELOG.md
+19 βˆ’17 bin/stacked.dart
+80 βˆ’51 lib/src/commands/create/create_app_command.dart
+66 βˆ’54 lib/src/commands/create/create_bottom_sheet_command.dart
+4 βˆ’2 lib/src/commands/create/create_command.dart
+66 βˆ’53 lib/src/commands/create/create_dialog_command.dart
+61 βˆ’47 lib/src/commands/create/create_service_command.dart
+69 βˆ’53 lib/src/commands/create/create_view_command.dart
+109 βˆ’0 lib/src/commands/create/create_widget_command.dart
+144 βˆ’0 lib/src/commands/delete/delete_bottomsheet_command.dart
+7 βˆ’3 lib/src/commands/delete/delete_command.dart
+142 βˆ’0 lib/src/commands/delete/delete_dialog_command.dart
+78 βˆ’45 lib/src/commands/delete/delete_service_command.dart
+0 βˆ’105 lib/src/commands/delete/delete_view_commad.dart
+131 βˆ’0 lib/src/commands/delete/delete_view_command.dart
+46 βˆ’22 lib/src/commands/generate/generate_command.dart
+17 βˆ’6 lib/src/commands/update/update_command.dart
+7 βˆ’0 lib/src/constants/command_constants.dart
+30 βˆ’5 lib/src/constants/message_constants.dart
+12 βˆ’0 lib/src/exceptions/posthog_api_key_not_found_exception.dart
+5 βˆ’2 lib/src/locator.dart
+10 βˆ’0 lib/src/models/config_model.dart
+84 βˆ’20 lib/src/models/config_model.freezed.dart
+4 βˆ’0 lib/src/models/config_model.g.dart
+0 βˆ’173 lib/src/services/analytics_service.dart
+23 βˆ’9 lib/src/services/config_service.dart
+3 βˆ’3 lib/src/services/file_service.dart
+262 βˆ’0 lib/src/services/posthog_service.dart
+24 βˆ’9 lib/src/services/process_service.dart
+6 βˆ’2 lib/src/services/pub_service.dart
+45 βˆ’14 lib/src/services/template_service.dart
+9 βˆ’11 lib/src/templates/app/mobile/README.md.stk
+6 βˆ’15 lib/src/templates/app/mobile/lib/main.dart.stk
+7 βˆ’7 lib/src/templates/app/mobile/lib/ui/bottom_sheets/notice/notice_sheet.dart.stk
+2 βˆ’2 lib/src/templates/app/mobile/lib/ui/common/ui_helpers.dart.stk
+4 βˆ’4 lib/src/templates/app/mobile/lib/ui/dialogs/info_alert/info_alert_dialog.dart.stk
+2 βˆ’2 lib/src/templates/app/mobile/lib/ui/views/home/home_view.dart.stk
+5 βˆ’13 lib/src/templates/app/mobile/lib/ui/views/startup/startup_view.dart.stk
+11 βˆ’82 lib/src/templates/app/mobile/pubspec.yaml.stk
+9 βˆ’10 lib/src/templates/app/mobile/stacked.json.stk
+33 βˆ’0 lib/src/templates/app/mobile/test/goldens/home_view_golden_test.dart.stk
+3 βˆ’3 lib/src/templates/app/mobile/test/viewmodels/home_viewmodel_test.dart.stk
+8 βˆ’11 lib/src/templates/app/web/README.md.stk
+2 βˆ’2 lib/src/templates/app/web/lib/extensions/hover_extensions.dart.stk
+13 βˆ’24 lib/src/templates/app/web/lib/main.dart.stk
+7 βˆ’7 lib/src/templates/app/web/lib/ui/bottom_sheets/notice/notice_sheet.dart.stk
+2 βˆ’2 lib/src/templates/app/web/lib/ui/common/ui_helpers.dart.stk
+4 βˆ’4 lib/src/templates/app/web/lib/ui/dialogs/info_alert/info_alert_dialog.dart.stk
+49 βˆ’49 lib/src/templates/app/web/lib/ui/views/home/home_view.desktop.dart.stk
+2 βˆ’2 lib/src/templates/app/web/lib/ui/views/home/home_view.mobile.dart.stk
+2 βˆ’2 lib/src/templates/app/web/lib/ui/views/home/home_view.tablet.dart.stk
+5 βˆ’13 lib/src/templates/app/web/lib/ui/views/startup/startup_view.dart.stk
+2 βˆ’2 lib/src/templates/app/web/lib/ui/views/unknown/unknown_view.desktop.dart.stk
+2 βˆ’2 lib/src/templates/app/web/lib/ui/views/unknown/unknown_view.mobile.dart.stk
+2 βˆ’2 lib/src/templates/app/web/lib/ui/views/unknown/unknown_view.tablet.dart.stk
+3 βˆ’3 lib/src/templates/app/web/lib/ui/widgets/mouse_transforms/scale_on_hover.dart.stk
+2 βˆ’2 lib/src/templates/app/web/lib/ui/widgets/mouse_transforms/translate_on_hover.dart.stk
+12 βˆ’83 lib/src/templates/app/web/pubspec.yaml.stk
+10 βˆ’12 lib/src/templates/app/web/stacked.json.stk
+33 βˆ’0 lib/src/templates/app/web/test/golden/home_view_golden_test.dart.stk
+3 βˆ’3 lib/src/templates/app/web/test/viewmodels/home_viewmodel_test.dart.stk
+1 βˆ’1 lib/src/templates/app/web/web/index.html.stk
+7 βˆ’7 lib/src/templates/bottom_sheet/empty/lib/ui/bottom_sheets/generic/generic_sheet.dart.stk
+7 βˆ’7 lib/src/templates/bottom_sheet/empty/lib/ui/bottom_sheets/generic/generic_sheet_use_model.dart.stk
+26 βˆ’0 lib/src/templates/compiled_constants.dart
+31 βˆ’0 lib/src/templates/compiled_template_map.dart
+391 βˆ’406 lib/src/templates/compiled_templates.dart
+4 βˆ’4 lib/src/templates/dialog/empty/lib/ui/dialogs/generic/generic_dialog.dart.stk
+4 βˆ’4 lib/src/templates/dialog/empty/lib/ui/dialogs/generic/generic_dialog_use_model.dart.stk
+35 βˆ’2 lib/src/templates/template_constants.dart
+2 βˆ’0 lib/src/templates/template_helper.dart
+10 βˆ’0 lib/src/templates/template_render_functions.dart
+1 βˆ’0 lib/src/templates/view/empty/lib/ui/views/generic/generic_view.dart.stk
+1 βˆ’2 lib/src/templates/view/empty/lib/ui/views/generic/generic_viewmodel.dart.stk
+1 βˆ’1 lib/src/templates/view/web/lib/ui/views/generic/generic_view.desktop.dart.stk
+1 βˆ’1 lib/src/templates/view/web/lib/ui/views/generic/generic_view.mobile.dart.stk
+1 βˆ’1 lib/src/templates/view/web/lib/ui/views/generic/generic_view.tablet.dart.stk
+10 βˆ’0 lib/src/templates/widget/empty/lib/ui/widgets/common/generic/generic.dart.stk
+3 βˆ’0 lib/src/templates/widget/empty/lib/ui/widgets/common/generic/generic_model.dart.stk
+22 βˆ’0 lib/src/templates/widget/empty/lib/ui/widgets/common/generic/generic_use_model.dart.stk
+11 βˆ’0 lib/src/templates/widget/empty/test/widget_models/generic_model_test.dart.stk
+14 βˆ’13 pubspec.yaml
+7 βˆ’12 test/helpers/test_helpers.dart
+171 βˆ’31 test/helpers/test_helpers.mocks.dart
+40 βˆ’27 test/services/config_service_test.dart
+7 βˆ’7 test/services/file_service_test.dart
2 changes: 1 addition & 1 deletion packages/firebase_auth
Submodule firebase_auth updated 105 files
2 changes: 1 addition & 1 deletion packages/generator
Submodule generator updated 106 files
2 changes: 1 addition & 1 deletion packages/gql
2 changes: 1 addition & 1 deletion packages/stacked
Submodule stacked updated 192 files