4 files changed
+4
-4
lines changed- CHANGELOG.md+28
- lib/src/commands/create/create_app_command.dart+62-30
- lib/src/commands/create/create_bottom_sheet_command.dart+35-18
- lib/src/commands/create/create_dialog_command.dart+34-18
- lib/src/commands/create/create_service_command.dart+33-17
- lib/src/commands/create/create_view_command.dart+39-23
- lib/src/commands/delete/delete_service_command.dart+14-4
- lib/src/commands/delete/delete_view_commad.dart+10-1
- lib/src/commands/generate/generate_command.dart+25-2
- lib/src/constants/command_constants.dart+5-4
- lib/src/constants/config_constants.dart+4-1
- lib/src/constants/message_constants.dart+14-2
- lib/src/exceptions/config_file_not_found_exception.dart+2-1
- lib/src/models/config_model.dart+10-10
- lib/src/models/config_model.freezed.dart+68-120
- lib/src/services/config_service.dart+120-25
- lib/src/services/process_service.dart+11-3
- lib/src/services/pub_service.dart+6-1
- lib/src/templates/app/mobile/.vscode/settings.json.stk+1-1
- lib/src/templates/app/web/.vscode/settings.json.stk+1-1
- lib/src/templates/compiled_template_map.dart+73-48
- lib/src/templates/compiled_templates.dart+19-118
- lib/src/templates/template_constants.dart+1
- pubspec.yaml+1-1
- test/helpers/test_helpers.dart+26-2
- test/helpers/test_helpers.mocks.dart+74-11
- test/services/config_service_test.dart+135-99
0 commit comments