Hossein Yousefi
97ab92ee35
Modify plugin_ffi
and package_ffi
template ( #143376 )
...
* Use `dart run` instead of `flutter pub run` in the documentation as it is now deprecated.
* Use `int64_t` instead of `intptr_t` for `sum` examples.
2024-02-15 10:37:30 +00:00
Daco Harkes
77a5a5d3a8
Update plugin_ffi generated file to match FFIgen 9.0.0 ( #134614 )
...
Template plugin_ffi uses FFIgen and generates both the FFIgen inputs and the generated file.
We rolled FFIgen to 9.0.0 in https://github.com/flutter/flutter/pull/130494 , which means a slight change to the generated file.
* https://github.com/dart-lang/ffigen/issues/619
Note, because of https://github.com/flutter/flutter/issues/105695 , we run the test on the FFIgen repo rather than on the flutter CI.
2023-09-14 06:42:41 +00:00
Ahmed Ashour
c35efdaa68
Remove superfluous words. ( #119008 )
...
* Remove superfluous words.
* Update packages/flutter/lib/src/widgets/slotted_render_object_widget.dart
Co-authored-by: Michael Goderbauer <goderbauer@google.com>
2023-01-24 01:57:00 +00:00
Daco Harkes
7342574069
Fix plugin_ffi bindings regen command and bump ffigen ( #104844 )
2022-05-27 15:08:07 -07:00
Daco Harkes
0e2f51dfd0
FFI plugins ( #96225 )
2022-01-26 23:44:45 +01:00
Zachary Anderson
65c6e88223
Revert "FFI plugins ( #94101 )" ( #96122 )
...
This reverts commit 5257f0290cb7e11ab4946da6ee15104ceaa815f9.
2022-01-04 08:09:12 -08:00
Daco Harkes
5257f0290c
FFI plugins ( #94101 )
...
* Building shared C source code as part of the native build for platforms Android, iOS, Linux desktop, MacOS desktop, and Windows desktop.
* Sample code doing a synchronous FFI call.
* Sample code doing a long running synchronous FFI call on a helper isolate.
* Use of `package:ffigen` to generate the bindings.
2022-01-04 10:14:27 +01:00