Merged
Conversation
TODO: - base64 인코딩 후 secrete에 넣어야해요
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a font rendering issue and updates the project configuration from the old package identifier com.trycatchping.clustudy to the new one com.clustudy.clustudy. The changes include font asset reorganization, Firebase Crashlytics integration, and consistent package naming across platforms.
Key changes:
- Replaced variable font with specific weight-based font files (Regular, SemiBold, Bold)
- Updated package identifiers from
com.trycatchping.clustudytocom.clustudy.clustudy - Integrated Firebase Crashlytics with symbol upload support for iOS and macOS
Reviewed Changes
Copilot reviewed 8 out of 31 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Updated app version and replaced variable font with weight-specific font files |
| lib/shared/services/install_attribution_service.dart | Updated method channel identifier to match new package name |
| android/app/src/main/kotlin/com/clustudy/clustudy/MainActivity.kt | Updated package declaration and method channel to new package identifier |
| android/app/build.gradle.kts | Updated namespace and applicationId, added Crashlytics plugin |
| android/settings.gradle.kts | Added Firebase Crashlytics plugin dependency |
| ios/Runner.xcodeproj/project.pbxproj | Added FlutterFire Crashlytics symbol upload build phase |
| macos/Runner.xcodeproj/project.pbxproj | Added FlutterFire Crashlytics symbol upload build phase |
| firebase.json | Updated Firebase project configuration with new project ID and enabled debug symbol upload |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Member
Author
|
ed0ac8b to
6e9f0c6
Compare
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
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.
No description provided.