chore: renames package from "formbricks_flutter" to "formbricks"#13
Conversation
WalkthroughThis PR renames the Flutter SDK package from 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
sonar-project.properties (1)
3-3:⚠️ Potential issue | 🟠 Major | ⚡ Quick winUpdate SonarCloud project key to match the renamed package.
sonar.projectKeyis still set toformbricks_flutter, but the package has been renamed toformbricks. This creates a mismatch: SonarCloud uses this key as a unique project identifier, so the stale key will cause the analysis to be tracked under the wrong project. Update the key to match the new package name.🔧 Proposed fix
-sonar.projectKey=formbricks_flutter +sonar.projectKey=formbricks🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@sonar-project.properties` at line 3, Update the SonarCloud project key value for sonar.projectKey from the old package name to the new one: change the property sonar.projectKey (currently "formbricks_flutter") to the new package identifier "formbricks" so Sonar analysis maps to the renamed project.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@sonar-project.properties`:
- Line 3: Update the SonarCloud project key value for sonar.projectKey from the
old package name to the new one: change the property sonar.projectKey (currently
"formbricks_flutter") to the new package identifier "formbricks" so Sonar
analysis maps to the renamed project.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: d1279ed1-4c68-4104-8707-8072d1cdec4f
📒 Files selected for processing (72)
.github/dependabot.yml.gitignoreMakefileREADME.mdapps/playground/README.mdapps/playground/integration_test/survey_filtering_qa_test.dartapps/playground/lib/main.dartapps/playground/pubspec.yamldocs/FLUTTER_SDK_PLAN.mddocs/TLS.mdpackages/formbricks/.gitignorepackages/formbricks/CHANGELOG.mdpackages/formbricks/LICENSEpackages/formbricks/README.mdpackages/formbricks/lib/formbricks.dartpackages/formbricks/lib/src/common/api_client.dartpackages/formbricks/lib/src/common/command_queue.dartpackages/formbricks/lib/src/common/config.dartpackages/formbricks/lib/src/common/expiry_ticker.dartpackages/formbricks/lib/src/common/filter_surveys.dartpackages/formbricks/lib/src/common/logger.dartpackages/formbricks/lib/src/common/result.dartpackages/formbricks/lib/src/common/setup.dartpackages/formbricks/lib/src/common/survey_script_url.dartpackages/formbricks/lib/src/common/time.dartpackages/formbricks/lib/src/common/utils.dartpackages/formbricks/lib/src/survey/action.dartpackages/formbricks/lib/src/survey/survey_store.dartpackages/formbricks/lib/src/types/action_class.dartpackages/formbricks/lib/src/types/config.dartpackages/formbricks/lib/src/types/errors.dartpackages/formbricks/lib/src/types/survey.dartpackages/formbricks/lib/src/user/attribute.dartpackages/formbricks/lib/src/user/update_queue.dartpackages/formbricks/lib/src/user/user.dartpackages/formbricks/lib/src/widgets/default_webview_host.dartpackages/formbricks/lib/src/widgets/formbricks_widget.dartpackages/formbricks/lib/src/widgets/survey_html.dartpackages/formbricks/lib/src/widgets/survey_webview.dartpackages/formbricks/lib/src/widgets/webview_event.dartpackages/formbricks/lib/src/widgets/webview_navigation.dartpackages/formbricks/pubspec.yamlpackages/formbricks/test/common/api_client_test.dartpackages/formbricks/test/common/command_queue_test.dartpackages/formbricks/test/common/config_test.dartpackages/formbricks/test/common/expiry_ticker_test.dartpackages/formbricks/test/common/filter_surveys_test.dartpackages/formbricks/test/common/logger_test.dartpackages/formbricks/test/common/result_test.dartpackages/formbricks/test/common/setup_test.dartpackages/formbricks/test/common/survey_script_url_test.dartpackages/formbricks/test/common/utils_test.dartpackages/formbricks/test/formbricks_test.dartpackages/formbricks/test/survey/action_test.dartpackages/formbricks/test/survey/survey_store_test.dartpackages/formbricks/test/types/action_class_test.dartpackages/formbricks/test/types/config_test.dartpackages/formbricks/test/types/errors_test.dartpackages/formbricks/test/types/survey_test.dartpackages/formbricks/test/user/attribute_test.dartpackages/formbricks/test/user/update_queue_test.dartpackages/formbricks/test/user/user_api_test.dartpackages/formbricks/test/user/user_test.dartpackages/formbricks/test/widgets/default_webview_host_test.dartpackages/formbricks/test/widgets/formbricks_widget_test.dartpackages/formbricks/test/widgets/survey_html_test.dartpackages/formbricks/test/widgets/survey_webview_test.dartpackages/formbricks/test/widgets/webview_event_test.dartpackages/formbricks/test/widgets/webview_navigation_test.dartpackages/formbricks_flutter/README.mdpubspec.yamlsonar-project.properties
💤 Files with no reviewable changes (2)
- packages/formbricks_flutter/README.md
- docs/FLUTTER_SDK_PLAN.md
|



Renames the flutter sdk package from "formbricks_flutter" to "formbricks"