Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeRASP 6.13.0 #160

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

freeRASP 6.13.0 #160

wants to merge 3 commits into from

Conversation

yardexx
Copy link
Member

@yardexx yardexx commented Feb 25, 2025

freeRASP 6.13.0

Pre-release checklist

  • πŸš€ Dev/Release modes works
  • πŸ”„ Callbacks works
  • πŸ“ Logging works
    • sdkVersion is correct
    • sdkPlatform is correct
  • βœ… Tests are passing
  • πŸ“‹ Changelog updated
  • ➑️ pubspec.yaml version updated

Post-release checklist

  • 🐦 Release to pub.dev
  • πŸ“ GitHub release

Type of Changes

  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ› οΈ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • βœ… Build configuration change
  • πŸ“ Documentation
  • πŸ—‘οΈ Chore

Description

Fix ANR when application is launched during active screen recording
Resolves #162

@yardexx yardexx requested a review from tompsota February 25, 2025 12:10
CHANGELOG.md Outdated
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.12.0] - 2025-02-25
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
## [6.12.0] - 2025-02-25
## [6.12.1] - 2025-02-25

### Flutter

#### Fixed
- ARN issue when application launched when recording active
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- ARN issue when application launched when recording active
- ANR issue when application is launched during screen recording

@yardexx yardexx changed the title freeRASP 6.12.1 freeRASP 6.13.0 Mar 4, 2025
@yardexx yardexx requested review from tompsota March 4, 2025 10:37
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.

Build Fails with Flutter 3.10 and FreeRASP 6.12.0 – R8 Compilation Failed
2 participants