This repository was archived by the owner on Jan 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
# Check code formatting and static analysis on a single OS (linux)
17
- # against Dart dev.
18
17
analyze :
19
18
runs-on : ubuntu-latest
20
19
strategy :
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ to specify path to `llvm/lib` folder.
26
26
# 2.0.0-dev.0
27
27
- Added support for Nested structs.
28
28
29
+ # 2.0.0-nullsafety.1
30
+ - Removed the need for ` --no-sound-null-safety ` flag.
31
+
29
32
# 2.0.0-nullsafety.0
30
33
- Migrated to (unsound) null safety.
31
34
Original file line number Diff line number Diff line change 2
2
[ ![ 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" )
3
3
[ ![ Coverage Status] ( https://coveralls.io/repos/github/dart-lang/ffigen/badge.svg?branch=master )] ( https://coveralls.io/github/dart-lang/ffigen?branch=master )
4
4
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.
7
6
8
7
## Example
9
8
You can’t perform that action at this time.
0 commit comments