Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps posthog_flutter from 5.0.0 to 5.11.1.

Release notes

Sourced from posthog_flutter's releases.

5.11.1

  • fix: RichText, SelectableText, TextField labels and hints not being masked in session replay (#251)

5.11.0

  • chore: update languageVersion and apiVersion from 1.8 to 2.0 on Android to be compatible with Kotlin 2.3 (#245)

5.10.0

  • feat: Add onFeatureFlags callback to PostHogConfig to get notified when feature flags are loaded. Use Posthog().getFeatureFlag() or Posthog().isFeatureEnabled() within the callback to access fresh flag values. (#224) Thank you @​laf-rge ❤️

5.9.1

  • fix: TextFormField widgets were not being masked (#227)

5.9.0

  • feat: add autocapture exceptions (#214)
    • Limitations:
      • No Flutter web support
      • No native iOS exception capture
      • No native C/C++ exception capture on Android (Java/Kotlin only)
      • No stacktrace demangling for obfuscated builds (--obfuscate and --split-debug-info) for Dart code and isMinifyEnabled for Java/Kotlin code
      • No source code context
      • No background isolate error capture

5.8.0

  • feat: surveys GA (#215)

Note: Surveys are now enabled by default.

5.7.0

  • feat: add manual error capture (#212)
    • Note: The following features are not yet supported:
    • BREAKING: Minimum Dart SDK version bumped to 3.4.0 and Flutter to 3.22.0 (required for stack_trace dependency compatibility)

5.6.0

  • feat: surveys use the new response question id format (#210)

5.5.0

  • chore: Android plugin sets compileSdkVersion to flutter.compileSdkVersion instead of hardcoded (#207)

5.4.3

  • fix: Android back button wasn't cleaning up the Survey resources (#205)

5.4.2

  • fix: mask TextField widgets automatically if obscureText is enabled ((#204))

5.4.1

  • chore: update posthog-ios dependency to min. 3.31.0 ((#202))

... (truncated)

Changelog

Sourced from posthog_flutter's changelog.

5.11.1

  • fix: RichText, SelectableText, TextField labels and hints not being masked in session replay (#251)

5.11.0

  • chore: update languageVersion and apiVersion from 1.8 to 2.0 on Android to be compatible with Kotlin 2.3 (#245)

5.10.0

  • feat: Add onFeatureFlags callback to PostHogConfig to get notified when feature flags are loaded. Use Posthog().getFeatureFlag() or Posthog().isFeatureEnabled() within the callback to access fresh flag values. (#224)

5.9.1

  • fix: TextFormField widgets were not being masked (#227)

5.9.0

  • feat: add autocapture exceptions (#214)
    • Limitations:
      • No Flutter web support
      • No native iOS exception capture
      • No native C/C++ exception capture on Android (Java/Kotlin only)
      • No stacktrace demangling for obfuscated builds (--obfuscate and --split-debug-info) for Dart code and isMinifyEnabled for Java/Kotlin code
      • No source code context
      • No background isolate error capture

5.8.0

  • feat: surveys GA (#215)

Note: Surveys are now enabled by default.

5.7.0

  • feat: add manual error capture (#212)
    • Note: The following features are not yet supported:
    • BREAKING: Minimum Dart SDK version bumped to 3.4.0 and Flutter to 3.22.0 (required for stack_trace dependency compatibility)

5.6.0

  • feat: surveys use the new response question id format (#210)

5.5.0

  • chore: Android plugin sets compileSdkVersion to flutter.compileSdkVersion instead of hardcoded (#207)

... (truncated)

Commits
  • a9a2bc6 chore(release): bump to 5.11.1 (#252)
  • cfb2c2e fix: mask RenderParagraph and RenderEditable (#251)
  • c95d00e chore: improve ci speed (#247)
  • 4a3c227 chore(release): bump to 5.11.0 (#246)
  • 4ee92b6 chore: update languageVersion and apiVersion from 1.8 to 2.0 on Android to be...
  • 779d7b7 chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#236)
  • 1a366ff chore(release): bump to 5.10.0 (#234)
  • db5dc16 feat: add onFeatureFlags callback (#224)
  • d7b2b71 chore(release): bump to 5.9.1 (#229)
  • ced4990 fix: TextFormField widgets were not being masked (#227)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [posthog_flutter](https://github.com/posthog/posthog-flutter) from 5.0.0 to 5.11.1.
- [Release notes](https://github.com/posthog/posthog-flutter/releases)
- [Changelog](https://github.com/PostHog/posthog-flutter/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-flutter@5.0.0...5.11.1)

---
updated-dependencies:
- dependency-name: posthog_flutter
  dependency-version: 5.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jan 26, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview for memverse-demo ready!

Name Link
🔨 Latest commit e2e7dad
🔍 Latest deploy log https://app.netlify.com/projects/memverse-demo/deploys/697721aaa9dc8500088ec386
😎 Deploy Preview https://deploy-preview-74--memverse-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants