Skip to content

Commit fa4a20b

Browse files
Merge 122e823 into 2438fe1
2 parents 2438fe1 + 122e823 commit fa4a20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ program-defined, whereas previously it was undefined.
104104
for accessing the value in native memory and `[]` and `[]=` for indexed access.
105105
The method `asExternalTypedData` has been replaced with `asTypedList` extension
106106
methods. And finally, `Structs` do no longer have a type argument and are
107-
accessed the extension member `.ref` on `Pointer`.
107+
accessed using the extension member `.ref` on `Pointer`.
108108
These changes makes the code using `dart:ffi` much more concise.
109109
* **Breaking change**: The memory management has been removed (`Pointer.allocate`
110110
and `Pointer.free`). Instead, memory management is available in
@@ -131,7 +131,7 @@ program-defined, whereas previously it was undefined.
131131

132132
* `pub publish` now warns about the old flutter plugin registration format.
133133

134-
* `pub publish` now warns about the `author` field in pubspec.yaml being.
134+
* `pub publish` now warns about the `author` field in pubspec.yaml being
135135
obsolete.
136136

137137
* Show a proper error message when `git` is not installed.

0 commit comments

Comments
 (0)