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.8.0 #137

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

freeRASP 6.8.0 #137

wants to merge 70 commits into from

Conversation

yardexx
Copy link
Member

@yardexx yardexx commented Oct 1, 2024

freeRASP 6.8.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

New feature: Malware detection

tompsota

This comment was marked as resolved.

lib/src/talsec.dart Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
example/pubspec.yaml Show resolved Hide resolved
example/lib/extensions.dart Show resolved Hide resolved
example/lib/extensions.dart Outdated Show resolved Hide resolved
private fun PackageInfo.toPigeon(context: Context): FlutterPackageInfo {
return FlutterPackageInfo(
packageName = packageName,
appName = context.packageManager.getApplicationLabel(applicationInfo) as String,
Copy link
Member

Choose a reason for hiding this comment

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

applicationInfo is nullable since API34, can you fix this here? (and please validate that gitbook docs take this into accout as well)

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