Skip to content

Chore(deps): Bump ffigen from 11.0.0 to 13.0.0 - #7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/ffigen-13.0.0
Open

Chore(deps): Bump ffigen from 11.0.0 to 13.0.0#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/ffigen-13.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2024

Copy link
Copy Markdown

Bumps ffigen from 11.0.0 to 13.0.0.

Commits

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 [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 11.0.0 to 13.0.0.
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/HEAD/pkgs)

---
updated-dependencies:
- dependency-name: ffigen
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 18, 2024
conkleon added a commit to conkleon/flutter_divecomputer that referenced this pull request Aug 27, 2026
…al review

- ackOutbound(seq, status): ack the exact sequence written, never the
  current writeSeq; add a re-entrancy guard so the 4ms mailbox timer
  cannot start a second concurrent GATT write (DiveNote#1)
- notification listener reads the _bridge FIELD and checks isClosed,
  preventing a push into memory freed by teardown/dispose (DiveNote#2)
- download(): group allocate/attach/send in a try that disposes the
  bridge and rethrows, so an early failure can neither leak the bridge
  nor hang forever awaiting a _BleBridgeReleased that will never come (DiveNote#3)
- guard _bleBridgeReleased.complete() against StateError wedging the
  ReceivePort listener (DiveNote#5)
- enableDebugLogging() now drives Logger('BleBridge') on the background
  isolate and Logger('BleTransport') on the main isolate, both forwarded
  to developer.log via a shared helper (DiveNote#6)
- scan(): drop results after close, clear the global onScanResult handler
  and _seen on cancel (DiveNote#7)
- connect(): disconnect the GATT link on any post-connect failure before
  the retry loop opens a new one (#11)
- export ble_profile.dart / ble_scan_result.dart from the barrel and drop
  the example's deep import (#16)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants