File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments