File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.2
4+
5+ * Adds top-level ` allocate<T>() ` and ` free() ` methods which can be used as a
6+ replacement for the deprecated ` Pointer.allocate<T>() ` and ` Pointer.free() `
7+ members in ` dart:ffi ` .
8+
39## 0.1.1+2
410
511* Expand readme
1420
1521## 0.1.0
1622
17- * Initial release supporting Utf8
23+ * Initial release supporting Utf8
Original file line number Diff line number Diff line change 11name : ffi
2- version : 0.1.1+2
2+ version : 0.1.3-dev.1
33author :
Dart Team <[email protected] > 44homepage : https://github.com/dart-lang/ffi
55description : Utilities for working with Foreign Function Interface (FFI) code.
66
77environment :
8- sdk : ' >=2.5 .0 <3.0.0'
8+ sdk : ' >=2.6.0-dev.6 .0 <3.0.0'
99documentation : https://pub.dev/documentation/ffi/
1010
1111dependencies :
You can’t perform that action at this time.
0 commit comments