Skip to content

v4.5.4 - #672

Merged
devakesu merged 1 commit into
mainfrom
4.5.4
Aug 7, 2026
Merged

v4.5.4#672
devakesu merged 1 commit into
mainfrom
4.5.4

Conversation

@devakesu

@devakesu devakesu commented Aug 7, 2026

Copy link
Copy Markdown
Owner

Pull Request

Description

fix(mobile): resolve Play Console quality issues and optimize app

  • Implement edge-to-edge layout via enableEdgeToEdge() in MainActivity for Android 15 (SDK 35+) compatibility
  • Migrate MainActivity superclass to FlutterFragmentActivity
  • Replace raw NetworkImage with CachedNetworkImageProvider across splash screen, profile widgets, and navigation shell to fix Play Console bitmap memory warnings
  • Remove overbroad -keep class io.flutter.** ProGuard rules to allow R8 tree-shaking and improve shrinking/obfuscation rate
  • Stagger provider pre-warming in splash screen to reduce main-thread frame drops
  • Bump app version to 4.5.4

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test updates

…oading

- Implement edge-to-edge layout via `enableEdgeToEdge()` in MainActivity for Android 15 (SDK 35+) compatibility
- Migrate MainActivity superclass to `FlutterFragmentActivity`
- Replace raw `NetworkImage` with `CachedNetworkImageProvider` across splash screen, profile widgets, and navigation shell to fix Play Console bitmap memory warnings
- Remove overbroad `-keep class io.flutter.**` ProGuard rules to allow R8 tree-shaking and improve shrinking/obfuscation rate
- Stagger provider pre-warming in splash screen to reduce main-thread frame drops
- Bump app version to 4.5.4
@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

@devakesu
devakesu merged commit b75807a into main Aug 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants