Skip to content

chore(deps): bump the all-dependencies group across 3 directories with 9 updates#2561

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/packages/stream_chat_flutter/all-dependencies-4a400f1190
Open

chore(deps): bump the all-dependencies group across 3 directories with 9 updates#2561
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/packages/stream_chat_flutter/all-dependencies-4a400f1190

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the all-dependencies group with 1 update in the /packages/stream_chat_flutter directory: alchemist.
Bumps the all-dependencies group with 1 update in the /packages/stream_chat_persistence directory: sqlite3_flutter_libs.
Bumps the all-dependencies group with 7 updates in the /sample_app directory:

Package From To
firebase_core 3.15.2 4.6.0
flutter_slidable 3.1.2 4.0.3
flutter_secure_storage 9.2.4 10.0.0
go_router 14.8.1 17.1.0
flutter_local_notifications 18.0.1 21.0.0
firebase_messaging 15.2.10 16.1.3
sentry_flutter 8.14.2 9.15.0

Updates alchemist from 0.13.0 to 0.14.0

Release notes

Sourced from alchemist's releases.

v0.14.0

What's Changed

New Contributors

Full Changelog: Betterment/alchemist@v0.13.0...v0.14.0

Changelog

Sourced from alchemist's changelog.

0.14.0

New Contributors

Full Changelog: Betterment/alchemist@v0.13.0...v0.14.0

Commits
  • 1dfc53c chore: prep v0.14.0 (#178)
  • 571fd7f feat: Support diffThreshold to handle comparison failures that depend on the ...
  • 4ba2121 Update CODEOWNERS to remove a samandmoore (#173)
  • 089eecc fix: loading fonts performance issue (#170)
  • See full diff in compare view

Updates sqlite3_flutter_libs from 0.5.42 to 0.6.0+eol

Commits

Updates firebase_core from 3.15.2 to 4.6.0

Commits
  • a10a414 chore(release): publish packages
  • ab79fd9 refactor: fix formatting and analysis issues across the repo (#18124)
  • 007689f feat(database,windows): add support for Realtime Database to windows (#18079)
  • ea1f309 fix(remote_config,windows): release mode wasn't linking properly for windows ...
  • 3afd410 fix(core): bump Firebase C++ SDK to 13.5.0 (CMake deprecation fix) (#18071)
  • 3ffa411 feat(ios): migrate iOS to UIScene lifecycle (#18054)
  • 8d715a7 fix(auth, windows): add pluginregistry to properly restore state on Windows (...
  • 548cf51 chore(release): publish packages (#18050)
  • 2334cf0 chore: fix formatting (#18044)
  • 1b29c4d feat: bump Firebase JS SDK to 12.9.0 (#18043)
  • Additional commits viewable in compare view

Updates flutter_slidable from 3.1.2 to 4.0.3

Changelog

Sourced from flutter_slidable's changelog.

4.0.3

Fixed

  • Fixes issue with dismissal #537

4.0.2

Fixed

  • Issue when actionPaneConfigurator is null when calling openCurrentActionPane. Thanks to @​EM-Sabeel.

4.0.1

Fixed

  • Issue in auto_close_behavior where removeStatusListener was not called.

4.0.0

Changed

  • Minimum version of Flutter (3.27.0 now)

Fixed

  • Icon color in actions #512
  • Use withValues instead of withOpacity
Commits

Updates flutter_secure_storage from 9.2.4 to 10.0.0

Release notes

Sourced from flutter_secure_storage's releases.

v10.0.0

This major release brings significant security improvements, platform updates, and modernization across all supported platforms.

Android

Due to the deprecation of Jetpack Security library, the Android implementation has been largely rewritten with custom secure ciphers, enhanced biometrics support, and migration tools.

Breaking Changes:

  • AndroidOptions().encryptedSharedPreferences is now deprecated due to Jetpack Crypto package deprecation
    • Migration will automatically happen due to migrateOnAlgorithmChange: true, which can also be set to false if not wanted.
  • ResetOnError will now automatically be true, because most errors are unrecoverable due to key storage problems. It can still be disabled with resetOnError: false
  • Default key cipher changed to RSA_ECB_OAEPwithSHA_256andMGF1Padding
  • Default storage cipher changed to AES_GCM_NoPadding
  • Minimum Android SDK changed from 19 to 23
  • Target SDK updated to 36
  • Migrated from deprecated Jetpack Crypto library to custom cipher implementation (Tink doesn't support biometrics)
  • Migrated to Java Version 17

New Features:

  • New named constructors: AndroidOptions(), AndroidOptions.biometric()
  • AndroidOptions().migrateOnAlgorithmChange automatically migrates data to new ciphers when enabled
  • Improved biometric authentication with graceful degradation when device has no security setup
  • Migration tools for transitioning from deprecated encryptedSharedPreferences
  • Enhanced error handling with proper exception messages for biometric unavailability

Fixes:

  • Fixed biometric authentication on devices without security (PIN/pattern/password) - now gracefully degrades when enforceBiometrics=false
  • Fixed storage cipher and key cipher pairing validation
  • Fixed migration checks for encrypted shared preferences
  • Fixed biometric permission handling
  • Fixed exception when reading data after boot

Other Changes:

  • Updated Gradle, Kotlin, and Tink dependencies
  • Refactored custom cipher implementations for better maintainability
  • Added delete key functions for proper reset handling
  • Migrated to new analyzer and code cleanup

iOS / macOS (darwin)

  • Merged iOS and macOS implementations into unified flutter_secure_storage_darwin package
  • Added support for Swift Package Manager
  • Remove keys regardless of synchronizable state or accessibility constraints
  • Change minimum iOS version from 9 to 12
  • Change minimum macOS version to 10.14
  • Use serial queue for execution of keychain operations
  • Added privacy manifest
  • Refactored code and added missing options to IOSOptions and MacOSOptions
  • Fixed warnings with Privacy Manifest
  • Fixed delete and deleteAll when synchronizable is set
  • Fixed migration when value is saved while key already exists with different accessibility option
  • Use accessibility option for all operations

... (truncated)

Commits

Updates go_router from 14.8.1 to 17.1.0

Commits
  • 2662b91 [go_router] Add TypedQueryParameter annotation (#10792)
  • 5abc46c [local_auth_darwin][UIScene] Add UIScene lifecycle support (#10836)
  • 8b2e4e2 [dependabot]: Bump camerax_version from 1.5.2 to 1.5.3 in /packages/camera/ca...
  • e4f88bb [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/video_playe...
  • a23acc7 [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/local_auth/...
  • a1e4021 [dependabot]: Bump org.json:json from 20250517 to 20251224 in /packages/in_ap...
  • 068e114 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • 44a58ab [image_picker_ios] Fix deprecated kUTTypeGIF usage (#10848)
  • 93a583f [cross_file] [web] Separate "Save As" implementation details from XFile web c...
  • d878913 [camera_android_camerax] Retrieve lens direction from CameraX directly (#10847)
  • Additional commits viewable in compare view

Updates flutter_local_notifications from 18.0.1 to 21.0.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v21.0.0

  • Breaking change bumped minimum Flutter SDK requirement to 3.38.1 and Dart SDK requirement to 3.10.0. Consequently the minimum OS requirements for each platform has been updated as well
    • [Android] minimum Android version is now 7.0 (API level 24)
    • [iOS] minimum iOS version is now 13
    • [macOS] minimum macOS version is now 10.15
  • Bumped timezone dependency
  • [Android] Breaking change bumped compileSdk to 36 and updated readme to mention this
  • [Android] bumped Android Gradle Plugin (AGP) to 8.11.1
  • Migrated example app to UIScene lifecycle
  • Updated readme to specify changes needed for applications that have migrated to UIScene lifecycle
  • Updated iOS-specific setup around registering UNUserNotificationCenterDelegate to remove redundant available check and to be more specific that it should be done in the application:didFinishLaunchingWithOptions: method
  • Bumped flutter_timezone dependency in example app

flutter_local_notifications-v21.0.0-dev.2

  • Migrated example app to UIScene lifecycle
  • Updated readme to specify changes needed for applications that have migrated to UIScene lifecycle
  • Updated iOS-specific setup around registering UNUserNotificationCenterDelegate to remove redundant available check and to be more specific that it should be done in the application:didFinishLaunchingWithOptions: method
  • Bumped flutter_timezone dependency in example app

flutter_local_notifications-v21.0.0-dev.1

  • Breaking change bumped minimum Flutter SDK requirement to 3.38.1 and Dart SDK requirement to 3.10.0.Consequently the minimum OS requirements for each platform has been updated as well
    • [Android] minimum Android version is now 7.0 (API level 24)
    • [iOS] minimum iOS version is now 13
    • [macOS] minimum macOS version is now 10.15
  • Bumped timezone dependency
  • [Android] Breaking change bumped compileSdk to 36 and updated readme to mention this
  • [Android] bumped Android Gradle Plugin (AGP) to 8.11.1

flutter_local_notifications-v20.1.0

  • [iOS] added CarPlay notification support. Thanks to the PR from derrik f
  • [iOS][macOS] the ActiveNotification class now returns values for groupKey property if applicable. This depends on if the threadIdentifier was specified when creating the notification itself. Thanks to the PR from Kwon Tae Hyung
  • [Windows] non-functional change: addressed the use_null_aware_elements linter issue

flutter_local_notifications-v20.0.0

  • Breaking change bumped minimum Flutter SDK requirement to 3.32.0 and Dart SDK requirement to 3.8.0
  • Breaking changes the positional parameters in the following methods have now been converted to named parameters across all platforms. Thanks to the PR started by Kwon Tae Hyung
    • initialize()
    • show()
    • periodicallyShow()
    • periodicallyShowWithDuration()
    • cancel()
    • zonedSchedule()
  • [Android] Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • startForegroundService()
    • deleteNotificationChannelGroup()
    • deleteNotificationChannel()
    • getActiveNotificationMessagingStyle()
  • [Linux] Breaking changes the positional parameters in the LinuxNotificationCustomHint() method have now been converted to named parameters
  • [Windows] * Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • showRawXml()

... (truncated)

Commits
  • a2c1153 prepare for 21.0.0 stable release (#2766)
  • ba6d36a Bump futureware-tech/simulator-action from 4 to 5 (#2765)
  • fe447b0 fixed readme to mention Flutter 3.38.1 is now the minimum (#2764)
  • d6b67fc bumped flutter_timezone dependency in example app (#2763)
  • a33bb03 renamed GitHub job IDs to do with minimum supported Flutter SDK version (#2762)
  • f83077a [flutter_local_notifications] migrated example app to UIScene lifecycle (#2761)
  • b45b1e6 [flutter_local_notifications] updated compileSdk to 36 and AGP to 8.11.1 (#2758)
  • af196a4 [various] updated timezone dependency and bumped minimum Flutter and Dart SDK...
  • 4dd0ea7 [various] prepare for 20.1.0 release (#2753)
  • ea2b28e [various] return threadIdentifier via groupKey in getActiveNotifications on i...
  • Additional commits viewable in compare view

Updates firebase_messaging from 15.2.10 to 16.1.3

Commits
  • a10a414 chore(release): publish packages
  • 02777d7 docs(messaging): update documentation for setForegroundNotificationPresentati...
  • 5bd8a75 chore(messaging,web): improve the sample service worker (#18077)
  • 5b60210 fix(messaging,ios): fix an issue where the scene initializer could be called ...
  • 548cf51 chore(release): publish packages (#18050)
  • 2334cf0 chore: fix formatting (#18044)
  • 612d9f2 chore: fix ci formatting (#17981)
  • a27c588 chore(release): publish packages (#17957)
  • c78f56e fix(messaging, iOS): scope iOS 18 duplicate notification workaround to iOS 18...
  • 48e6e17 chore(release): publish packages (#17916)
  • Additional commits viewable in compare view

Updates sentry_flutter from 8.14.2 to 9.15.0

Release notes

Sourced from sentry_flutter's releases.

9.15.0

Fixes

  • Stop re-triggering hitTest in SentryUserInteractionWidget on pointerUp (#3540)
  • Use seconds since the Unix epoch for log.timestamp (#3558)
  • Implement SqfliteDatabaseExecutor to prevent TypeError on getVersion/setVersion (3539)

Dependencies

9.15.0-dev.1

  • Experimental span-streaming API with startSpan

9.14.0

Features

  • Add enableTombstone option for improved native crash reporting on Android 12+ (#3526)
    • When enabled, uses Android's ApplicationExitInfo.REASON_CRASH_NATIVE to capture native crashes with more detailed thread information
    • Disabled by default

Fixes

  • Dont guard user attributes behind sendDefaultPii for logs and metrics (#3524)

Dependencies

  • Add sentry.javascript.browser.flutter sdk name for native js errors (#3525)

9.13.0

Features

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.15.0

Fixes

  • Stop re-triggering hitTest in SentryUserInteractionWidget on pointerUp (#3540)
  • Use seconds since the Unix epoch for log.timestamp (#3558)
  • Implement SqfliteDatabaseExecutor to prevent TypeError on getVersion/setVersion (3539)

Dependencies

9.14.0

Features

  • Add enableTombstone option for improved native crash reporting on Android 12+ (#3526)
    • When enabled, uses Android's ApplicationExitInfo.REASON_CRASH_NATIVE to capture native crashes with more detailed thread information
    • Disabled by default

Fixes

  • Dont guard user attributes behind sendDefaultPii for logs and metrics (#3524)

Dependencies

  • Add sentry.javascript.browser.flutter sdk name for native js errors (#3525)

9.13.0

Features

... (truncated)

Commits
  • 0d5290f chore(ci): update sdk app overhead workflow dependency (#3572)
  • c6b4b84 release: 9.15.0
  • e8cc984 chore: update packages/flutter/scripts/update-android.sh to 8.36.0 (#3569)
  • 093787c fix: Enable session replay on iOS 26+ with Xcode 26+ (#3571)
  • 40bba62 chore: update packages/flutter/scripts/update-cocoa.sh to 8.58.0 (#3475)
  • 64742dc ci(deps): Pin Cocoa SDK auto-updates to 8.x.x (#3563)
  • 2d65d04 fix(logs): Use seconds since the Unix epoch for log.timestamp (#3558)
  • 1343a83 chore: update packages/flutter/scripts/update-native.sh to 0.13.2 (#3535)
  • 1fff351 chore: update metrics/flutter.properties to 3.41.4 (#3533)
  • db21398 fix(sqflite): Implement SqfliteDatabaseExecutor to prevent TypeError on getVe...
  • Additional commits viewable in compare view

Updates firebase_messaging from 15.2.10 to 16.1.3

Commits
  • a10a414 chore(release): publish packages
  • 02777d7 docs(messaging): update documentation for setForegroundNotificationPresentati...
  • 5bd8a75 chore(messaging,web): improve the sample service worker (#18077)
  • 5b60210 fix(messaging,ios): fix an issue where the scene initializer could be called ...
  • 548cf51 chore(release): publish packages (#18050)
  • 2334cf0 chore: fix formatting (#18044)
  • 612d9f2 chore: fix ci formatting (#17981)
  • a27c588 chore(release): publish packages (#17957)
  • c78f56e fix(messaging, iOS): scope iOS 18 duplicate notification workaround to iOS 18...
  • 48e6e17 chore(release): publish packages (#17916)
  • Additional commits viewable in compare view

Updates flutter_local_notifications from 18.0.1 to 21.0.0

Release notes

Sourced from flutter_local_notifications's releases.

flutter_local_notifications-v21.0.0

  • Breaking change bumped minimum Flutter SDK requirement to 3.38.1 and Dart SDK requirement to 3.10.0. Consequently the minimum OS requirements for each platform has been updated as well
    • [Android] minimum Android version is now 7.0 (API level 24)
    • [iOS] minimum iOS version is now 13
    • [macOS] minimum macOS version is now 10.15
  • Bumped timezone dependency
  • [Android] Breaking change bumped compileSdk to 36 and updated readme to mention this
  • [Android] bumped Android Gradle Plugin (AGP) to 8.11.1
  • Migrated example app to UIScene lifecycle
  • Updated readme to specify changes needed for applications that have migrated to UIScene lifecycle
  • Updated iOS-specific setup around registering UNUserNotificationCenterDelegate to remove redundant available check and to be more specific that it should be done in the application:didFinishLaunchingWithOptions: method
  • Bumped flutter_timezone dependency in example app

flutter_local_notifications-v21.0.0-dev.2

  • Migrated example app to UIScene lifecycle
  • Updated readme to specify changes needed for applications that have migrated to UIScene lifecycle
  • Updated iOS-specific setup around registering UNUserNotificationCenterDelegate to remove redundant available check and to be more specific that it should be done in the application:didFinishLaunchingWithOptions: method
  • Bumped flutter_timezone dependency in example app

flutter_local_notifications-v21.0.0-dev.1

  • Breaking change bumped minimum Flutter SDK requirement to 3.38.1 and Dart SDK requirement to 3.10.0.Consequently the minimum OS requirements for each platform has been updated as well
    • [Android] minimum Android version is now 7.0 (API level 24)
    • [iOS] minimum iOS version is now 13
    • [macOS] minimum macOS version is now 10.15
  • Bumped timezone dependency
  • [Android] Breaking change bumped compileSdk to 36 and updated readme to mention this
  • [Android] bumped Android Gradle Plugin (AGP) to 8.11.1

flutter_local_notifications-v20.1.0

  • [iOS] added CarPlay notification support. Thanks to the PR from derrik f
  • [iOS][macOS] the ActiveNotification class now returns values for groupKey property if applicable. This depends on if the threadIdentifier was specified when creating the notification itself. Thanks to the PR from Kwon Tae Hyung
  • [Windows] non-functional change: addressed the use_null_aware_elements linter issue

flutter_local_notifications-v20.0.0

  • Breaking change bumped minimum Flutter SDK requirement to 3.32.0 and Dart SDK requirement to 3.8.0
  • Breaking changes the positional parameters in the following methods have now been converted to named parameters across all platforms. Thanks to the PR started by Kwon Tae Hyung
    • initialize()
    • show()
    • periodicallyShow()
    • periodicallyShowWithDuration()
    • cancel()
    • zonedSchedule()
  • [Android] Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • startForegroundService()
    • deleteNotificationChannelGroup()
    • deleteNotificationChannel()
    • getActiveNotificationMessagingStyle()
  • [Linux] Breaking changes the positional parameters in the LinuxNotificationCustomHint() method have now been converted to named parameters
  • [Windows] * Breaking changes the positional parameters in the following methods have now been converted to named parameters
    • showRawXml()

... (truncated)

Commits
  • a2c1153 prepare for 21.0.0 stable release (#2766)
  • ba6d36a Bump futureware-tech/simulator-action from 4 to 5 (#2765)
  • fe447b0 fixed readme to mention Flutter 3.38.1 is now the minimum (#2764)
  • d6b67fc bumped flutter_timezone dependency in example app (#2763)
  • a33bb03 renamed GitHub job IDs to do with minimum supported Flutter SDK version (#2762)
  • f83077a [flutter_local_notifications] migrated example app to UIScene lifecycle (#2761)
  • b45b1e6 [flutter_local_notifications] updated compileSdk to 36 and AGP to 8.11.1 (#2758)
  • af196a4 [various] updated timezone dependency and bumped minimum Flutter and Dart SDK...
  • 4dd0ea7 [various] prepare for 20.1.0 release (#2753)
  • ea2b28e [various] return threadIdentifier via groupKey in getActiveNotifications on i...
  • Additional commits viewable in compare view

Updates flutter_secure_storage from 9.2.4 to 10.0.0

Release notes

Sourced from flutter_secure_storage's releases.

v10.0.0

This major release brings significant security improvements, platform updates, and modernization across all supported platforms.

Android

Due to the deprecation of Jetpack Security library, the Android implementation has been largely rewritten with custom secure ciphers, enhanced biometrics support, and migration tools.

Breaking Changes:

  • AndroidOptions().encryptedSharedPreferences is now deprecated due to Jetpack Crypto package deprecation
    • Migration will automatically happen due to migrateOnAlgorithmChange: true, which can also be set to false if not wanted.
  • ResetOnError will now automatically be true, because most errors are unrecoverable due to key storage problems. It can still be disabled with resetOnError: false
  • Default key cipher changed to RSA_ECB_OAEPwithSHA_256andMGF1Padding
  • Default storage cipher changed to AES_GCM_NoPadding
  • Minimum Android SDK changed from 19 to 23
  • Target SDK updated to 36
  • Migrated from deprecated Jetpack Crypto library to custom cipher implementation (Tink doesn't support biometrics)
  • Migrated to Java Version 17

New Features:

  • New named constructors: AndroidOptions(), AndroidOptions.biometric()
  • AndroidOptions().migrateOnAlgorithmChange automatically migrates data to new ciphers when enabled
  • Improved biometric authentication with graceful degradation when device has no security setup
  • Migration tools for transitioning from deprecated encryptedSharedPreferences
  • Enhanced error handling with proper exception messages for biometric unavailability

Fixes:

  • Fixed biometric authentication on devices without security (PIN/pattern/password) - now gracefully degrades when enforceBiometrics=false
  • Fixed storage cipher and key cipher pairing validation
  • Fixed migration checks for encrypted shared preferences
  • Fixed biometric permission handling
  • Fixed exception when reading data after boot

Other Changes:

  • Updated Gradle, Kotlin, and Tink dependencies
  • Refactored custom cipher implementations for better maintainability
  • Added delete key functions for proper reset handling
  • Migrated to new analyzer and code cleanup

iOS / macOS (darwin)

  • Merged iOS and macOS implementations into unified flutter_secure_storage_darwin package
  • Added support for Swift Package Manager
  • Remove keys regardless of synchronizable state or accessibility constraints
  • Change minimum iOS version from 9 to 12
  • Change minimum macOS version to 10.14
  • Use serial queue for execution of keychain operations
  • Added privacy manifest
  • Refactored code and added missing options to IOSOptions and MacOSOptions
  • Fixed warnings with Privacy Manifest
  • Fixed delete and deleteAll when synchronizable is set
  • Fixed migration when value is saved while key already exists with different accessibility option
  • Use accessibility option for all operations

... (truncated)

Commits

Updates flutter_slidable from 3.1.2 to 4.0.3

Changelog

Sourced from flutter_slidable's changelog.

4.0.3

Fixed

  • Fixes issue with dismissal #537

4.0.2

Fixed

  • Issue when actionPaneConfigurator is null when calling openCurrentActionPane. Thanks to @​EM-Sabeel.

4.0.1

Fixed

  • Issue in auto_close_behavior where removeStatusListener was not called.

4.0.0

Changed

  • Minimum version of Flutter (3.27.0 now)

Fixed

  • Icon color in actions #512
  • Use withValues instead of withOpacity
Commits

Updates go_router from 14.8.1 to 17.1.0

Commits
  • 2662b91 [go_router] Add TypedQueryParameter annotation (#10792)
  • 5abc46c [local_auth_darwin][UIScene] Add UIScene lifecycle support (#10836)
  • 8b2e4e2 [dependabot]: Bump camerax_version from 1.5.2 to 1.5.3 in /packages/camera/ca...
  • e4f88bb [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/video_playe...
  • a23acc7 [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/local_auth/...
  • a1e4021 [dependabot]: Bump org.json:json from 20250517 to 20251224 in /packages/in_ap...
  • 068e114 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • 44a58ab [image_picker_ios] Fix deprecated kUTTypeGIF usage (#10848)
  • 93a583f [cross_file] [web] Separate "Save As" implementation details from XFile web c...
  • d878913 [camera_android_camerax] Retrieve lens direction from CameraX directly (#10847)
  • Additional commits viewable in compare view

Updates sentry_flutter from 8.14.2 to 9.15.0

Release notes

Sourced from sentry_flutter's releases.

9.15.0

Fixes

  • Stop re-triggering hitTest in SentryUserInteractionWidget on pointerUp (#3540)
  • Use seconds since the Unix epoch for log.timestamp (#3558)
  • Implement SqfliteDatabaseExecutor to prevent TypeError on getVersion/setVersion (3539)

Dependencies

9.15.0-dev.1

  • Experimental span-streaming API with startSpan

9.14.0

Features

  • Add enableTombstone option for improved native crash reporting on Android 12+ (#3526)
    • When enabled, uses Android's ApplicationExitInfo.REASON_CRASH_NATIVE to capture native crashes with more detailed thread information
    • Disabled by default

Fixes

  • Dont guard user attributes behind sendDefaultPii for logs and metrics (#3524)

Dependencies

  • Add sentry.javascript.browser.flutter sdk name for native js errors (#3525)

9.13.0

Features

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.15.0

Fixes

  • Stop re-triggering hitTest in SentryUserInteractionWidget on pointerUp (#3540)
  • Use seconds since the Unix epoch for log.timestamp (#3558)
  • Implement SqfliteDatabaseExecutor to prevent TypeError on getVersion/setVersion (3539)

Dependencies

…h 9 updates

Bumps the all-dependencies group with 1 update in the /packages/stream_chat_flutter directory: [alchemist](https://github.com/Betterment/alchemist).
Bumps the all-dependencies group with 1 update in the /packages/stream_chat_persistence directory: [sqlite3_flutter_libs](https://github.com/simolus3/sqlite3.dart/tree/main/legacy).
Bumps the all-dependencies group with 7 updates in the /sample_app directory:

| Package | From | To |
| --- | --- | --- |
| [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core) | `3.15.2` | `4.6.0` |
| [flutter_slidable](https://github.com/letsar/flutter_slidable) | `3.1.2` | `4.0.3` |
| [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) | `9.2.4` | `10.0.0` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `14.8.1` | `17.1.0` |
| [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) | `18.0.1` | `21.0.0` |
| [firebase_messaging](https://github.com/firebase/flutterfire/tree/main/packages/firebase_messaging) | `15.2.10` | `16.1.3` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `8.14.2` | `9.15.0` |



Updates `alchemist` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/Betterment/alchemist/releases)
- [Changelog](https://github.com/Betterment/alchemist/blob/main/CHANGELOG.md)
- [Commits](Betterment/alchemist@v0.13.0...v0.14.0)

Updates `sqlite3_flutter_libs` from 0.5.42 to 0.6.0+eol
- [Release notes](https://github.com/simolus3/sqlite3.dart/releases)
- [Commits](https://github.com/simolus3/sqlite3.dart/commits/sqlite3_web-0.6.0/legacy)

Updates `firebase_core` from 3.15.2 to 4.6.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.6.0/packages/firebase_core)

Updates `flutter_slidable` from 3.1.2 to 4.0.3
- [Release notes](https://github.com/letsar/flutter_slidable/releases)
- [Changelog](https://github.com/letsar/flutter_slidable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/letsar/flutter_slidable/commits)

Updates `flutter_secure_storage` from 9.2.4 to 10.0.0
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v9.2.4...v10.0.0)

Updates `go_router` from 14.8.1 to 17.1.0
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.1.0/packages)

Updates `flutter_local_notifications` from 18.0.1 to 21.0.0
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v18.0.1...flutter_local_notifications-v21.0.0)

Updates `firebase_messaging` from 15.2.10 to 16.1.3
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v16.1.3/packages/firebase_messaging)

Updates `sentry_flutter` from 8.14.2 to 9.15.0
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@8.14.2...9.15.0)

Updates `firebase_messaging` from 15.2.10 to 16.1.3
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v16.1.3/packages/firebase_messaging)

Updates `flutter_local_notifications` from 18.0.1 to 21.0.0
- [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases)
- [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v18.0.1...flutter_local_notifications-v21.0.0)

Updates `flutter_secure_storage` from 9.2.4 to 10.0.0
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v9.2.4...v10.0.0)

Updates `flutter_slidable` from 3.1.2 to 4.0.3
- [Release notes](https://github.com/letsar/flutter_slidable/releases)
- [Changelog](https://github.com/letsar/flutter_slidable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/letsar/flutter_slidable/commits)

Updates `go_router` from 14.8.1 to 17.1.0
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.1.0/packages)

Updates `sentry_flutter` from 8.14.2 to 9.15.0
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@8.14.2...9.15.0)

---
updated-dependencies:
- dependency-name: alchemist
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: sqlite3_flutter_libs
  dependency-version: 0.6.0+eol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: firebase_core
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: flutter_slidable
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: flutter_secure_storage
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: go_router
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: flutter_local_notifications
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: firebase_messaging
  dependency-version: 16.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: sentry_flutter
  dependency-version: 9.15.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: firebase_messaging
  dependency-version: 16.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: flutter_local_notifications
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: flutter_secure_storage
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: flutter_slidable
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: go_router
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: sentry_flutter
  dependency-version: 9.15.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Mar 23, 2026
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