Skip to content

fix: 폰트 깨지는 문제 해결 및 브레이크 포인트 수정#47

Merged
ehdnd merged 10 commits intomainfrom
fix/build-name-fix-app-bundle
Nov 3, 2025
Merged

fix: 폰트 깨지는 문제 해결 및 브레이크 포인트 수정#47
ehdnd merged 10 commits intomainfrom
fix/build-name-fix-app-bundle

Conversation

@ehdnd
Copy link
Member

@ehdnd ehdnd commented Oct 23, 2025

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.clustudy to com.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.

@ehdnd ehdnd changed the title fix: 폰트 깨지는 문제 해결 fix: 폰트 깨지는 문제 해결 및 브레이크 포인트 수정 Nov 3, 2025
@ehdnd
Copy link
Member Author

ehdnd commented Nov 3, 2025

fvm flutter clean && fvm flutter pub get && fvm dart run build_runner build --delete-conflicting-outputs
fvm flutter build appbundle --release 

@ehdnd ehdnd force-pushed the fix/build-name-fix-app-bundle branch from ed0ac8b to 6e9f0c6 Compare November 3, 2025 15:38
@ehdnd ehdnd merged commit d2bdfbf into main Nov 3, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment