Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

Commit 19aa2d7

Browse files
committed
Merge branch 'master' of github.com:dart-lang/ffigen into dart-dev
2 parents b804860 + d79c1c2 commit 19aa2d7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/test-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
jobs:
1616
# Check code formatting and static analysis on a single OS (linux)
17-
# against Dart dev.
1817
analyze:
1918
runs-on: ubuntu-latest
2019
strategy:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ to specify path to `llvm/lib` folder.
2626
# 2.0.0-dev.0
2727
- Added support for Nested structs.
2828

29+
# 2.0.0-nullsafety.1
30+
- Removed the need for `--no-sound-null-safety` flag.
31+
2932
# 2.0.0-nullsafety.0
3033
- Migrated to (unsound) null safety.
3134

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
[![Build Status](https://github.com/dart-lang/ffigen/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/ffigen/actions?query=workflow%3A"Dart+CI")
33
[![Coverage Status](https://coveralls.io/repos/github/dart-lang/ffigen/badge.svg?branch=master)](https://coveralls.io/github/dart-lang/ffigen?branch=master)
44

5-
Experimental binding generator for [FFI](https://dart.dev/guides/libraries/c-interop)
6-
bindings.
5+
Binding generator for [FFI](https://dart.dev/guides/libraries/c-interop) bindings.
76

87
## Example
98

0 commit comments

Comments
 (0)