1. e2de689 Fix function deduplication (#450) by Liam Appelbe · 2 years, 11 months ago v6.1.2
  2. 276dfd6 `ffi-native` -> `asset` stop logger warning (#449) by Daco Harkes · 2 years, 11 months ago
  3. cf32558 `FfiNative` support (#447) by Daco Harkes · 2 years, 11 months ago v6.1.1
  4. 467de9c Add a swift example (#441) by Liam Appelbe · 2 years, 11 months ago
  5. 76b4c1e Increase timeout Flutter integration test (#446) by Daco Harkes · 2 years, 11 months ago
  6. 08756db Run Flutter FFI plugin template ffigen on CI (#433) by Daco Harkes · 2 years, 11 months ago
  7. f15cd05 Fix obscure NSTimeZone parsing bug (#440) by Liam Appelbe · 3 years ago
  8. 83b9225 Add an objective-C module prefix option (#438) by Liam Appelbe · 3 years ago
  9. 5827918 Add exclude-all-by-default config flag (#431) by Liam Appelbe · 3 years ago v6.1.0
  10. ba760e1 Memory management for Blocks (#429) by Liam Appelbe · 3 years ago
  11. 66956a8 Throw an error if ObjC class fails to load (#423) by Liam Appelbe · 3 years ago
  12. 86799f3 Update clang to fix CI failure (#425) by Liam Appelbe · 3 years ago
  13. ecc7c72 ObjC example (#416) by Liam Appelbe · 3 years ago
  14. c811efd Check that property types aren't incomplete (#415) by Liam Appelbe · 3 years ago
  15. 09714ae Skip methods that have incomplete types (#412) by Liam Appelbe · 3 years ago
  16. 544dba6 Fixing mac bot by explicitly setting the objective C sysroot (#414) by Liam Appelbe · 3 years ago
  17. 9dce9c8 Add a call method to Blocks (#407) by Liam Appelbe · 3 years, 1 month ago
  18. 116022f Bump `package:ffi` (#405) by Daco Harkes · 3 years, 1 month ago v6.0.2
  19. 0048205 Use `ldconfig` to find libclang (#403) by Daco Harkes · 3 years, 1 month ago
  20. c979dfb More ways to find XCode's libclang on MacOS (#402) by Daco Harkes · 3 years, 1 month ago
  21. a7aee1e Add Windows CI (#399) by Daco Harkes · 3 years, 1 month ago
  22. 1de7bf5 Fix `include-directives` on Windows (#397) by Daco Harkes · 3 years, 1 month ago v6.0.1
  23. 2a08e9c Update README.md (#396) by Prerak Mann · 3 years, 1 month ago
  24. 62dc701 bump package:ffi (#394) by Daco Harkes · 3 years, 1 month ago
  25. 8ce661e Removed config `dart-bool`. Booleans are now always generated with `bool` (#391) by Prerak Mann · 3 years, 1 month ago v6.0.0
  26. 63a5da0 Test assign/retain/copy properties (#390) by Liam Appelbe · 3 years, 2 months ago
  27. 1a93613 Test autorelease pools and more copying cases (#385) by Liam Appelbe · 3 years, 2 months ago
  28. cd27719 Add the ability to control reference counting behavior in castFromPointer (#388) by Brian Quinlan · 3 years, 2 months ago
  29. 170a60b Add xcode tools llvm as default path (#389) by Daco Harkes · 3 years, 2 months ago v5.0.1
  30. 53cdac1 Add a static isInstance method to ObjC classes (#383) by Liam Appelbe · 3 years, 2 months ago
  31. 736d8e0 Handle NS_RETURNS_RETAINED and methods that start with new/alloc or contain copy (#380) by Liam Appelbe · 3 years, 2 months ago
  32. 21b0cd0 docs(changelog): remove extra # (#377) by Aleksey Kulikov · 3 years, 2 months ago
  33. 23cb986 Support constructing blocks from closures (#382) by Liam Appelbe · 3 years, 2 months ago
  34. 8714c02 Initialize the Block isa field (#378) by Liam Appelbe · 3 years, 2 months ago
  35. e0d69b3 Automatic ref counting for ObjC objects (#372) by Liam Appelbe · 3 years, 2 months ago
  36. b0656c2 Use `package:ffi` 1.2.1 (#371) by Daco Harkes · 3 years, 2 months ago v5.0.0
  37. f12748c Fix coverage for ObjC tests (#370) by Liam Appelbe · 3 years, 2 months ago
  38. d70396c Cleanup some code around ObjC goldens (#368) by Daco Harkes · 3 years, 2 months ago
  39. 85e9e76 Update pubspec of examples (#367) by Daco Harkes · 3 years, 2 months ago
  40. a2bb00f Mention ObjectiveC support in changelog (#366) by Daco Harkes · 3 years, 2 months ago
  41. 6f6940a Use ABI-specific integers from `dart:ffi` (#365) by Simon Binder · 3 years, 2 months ago
  42. 9a7d26e Remove ObjC tests that check golden generated code (#363) by Liam Appelbe · 3 years, 2 months ago
  43. d19734b Update names of compound members to reflect what is generated (#361) by Abitofevrything · 3 years, 2 months ago
  44. 4f639dd Add a registry for ObjC built in interfaces (#358) by Liam Appelbe · 3 years, 2 months ago
  45. 1efff81 Don't remove trailing underscores from method names (#357) by Liam Appelbe · 3 years, 2 months ago
  46. 3904709 Fix ObjC @class declarations (#352) by Liam Appelbe · 3 years, 2 months ago
  47. 5f5a469 Fix a bug where duplicate methods were added to some classes. (#354) by Liam Appelbe · 3 years, 2 months ago
  48. 9dc2b67 Block support (#333) by Liam Appelbe · 3 years, 2 months ago
  49. 8f50b12 Categories (#349) by Liam Appelbe · 3 years, 2 months ago
  50. 9a397bc Fix coverage configuration (#337) by Liam Appelbe · 3 years, 2 months ago
  51. fd91b9b Make properties that set/get objective-c instances nullable (#348) by Brian Quinlan · 3 years, 3 months ago
  52. b72f728 Add the ability to cast from a pointer to an interface. (#346) by Brian Quinlan · 3 years, 3 months ago
  53. a89350c Don't automatically include system headers (#342) by Liam Appelbe · 3 years, 3 months ago
  54. 799bc5e Make all NSObject references nullable in the generated dart bindings. (#339) by Brian Quinlan · 3 years, 3 months ago
  55. c142e97 Move ObjC classes and SELs to NativeLibrary (#331) by Liam Appelbe · 3 years, 3 months ago
  56. 1f9f636 Improve Type deduping in objc_msgSend (#326) by Liam Appelbe · 3 years, 3 months ago
  57. 9011b42 Configurable filtering for ObjC interfaces (#313) by Liam Appelbe · 3 years, 3 months ago
  58. 6eba444 Update pubspec.yaml (#332) by Devon Carew · 3 years, 3 months ago
  59. dd8b512 Create more tests and move them to separate files. (#330) by Brian Quinlan · 3 years, 3 months ago
  60. 7490b44 Provide a command to regenerate golden bindings. (#322) by Brian Quinlan · 3 years, 3 months ago
  61. ba57c18 Move ObjCBuiltInFunctions to its own file and its singleton to data.dart (#325) by Liam Appelbe · 3 years, 3 months ago
  62. 34a5de0 Generate a nice error if files generated by test/setup.dart are not present by Brian Quinlan · 3 years, 3 months ago
  63. 8ad22cb Move property tests into "native_objc_test" group by Brian Quinlan · 3 years, 3 months ago
  64. 5da1fcf Fix instructions for adding `package:ffi` (#318) by Michael Debertol · 3 years, 3 months ago
  65. d17119d Generate complete method signatures. (#319) by Brian Quinlan · 3 years, 3 months ago
  66. fbb82cc Add support for readonly and class properties (#314) by Brian Quinlan · 3 years, 3 months ago
  67. bc301d5 Coerce BOOL to bool (#311) by Liam Appelbe · 3 years, 3 months ago
  68. 7fac2c5 NSString <-> String converters (#310) by Liam Appelbe · 3 years, 3 months ago
  69. 1d05d4a Fix handling of void methods (#308) by Liam Appelbe · 3 years, 3 months ago
  70. 3263b3b Add an integration test for objective C (#293) by Liam Appelbe · 3 years, 3 months ago
  71. 28db67d Make type polymorphic (#290) by Liam Appelbe · 3 years, 3 months ago
  72. e53d865 Remove bool special casing (#294) by Liam Appelbe · 3 years, 3 months ago
  73. 25c74b2 Add a warning message to objective C support (#292) by Liam Appelbe · 3 years, 3 months ago
  74. bb26e57 Add contributing info (#291) by Daco Harkes · 3 years, 3 months ago
  75. 1fc41a8 Objective C interfaces (#287) by Liam Appelbe · 3 years, 3 months ago
  76. c94f5e8 Test on mac, to cover objective C (#289) by Liam Appelbe · 3 years, 4 months ago
  77. f310f05 First bits of Objective C support (#281) by Liam Appelbe · 3 years, 4 months ago
  78. dd3e089 BindingsIndex refactor (#283) by Liam Appelbe · 3 years, 4 months ago
  79. 72980da Add default location for LLVM on M1 Mac (#278) by Kyle Finlinson · 3 years, 5 months ago
  80. fe6bb90 Fix size_t and wchar_t default dart types. (#274) by Prerak Mann · 3 years, 5 months ago
  81. c7a1d94 Merge pull request #269 from mannprerak2/merge_stable by Daco Harkes · 3 years, 5 months ago
  82. a6477cc Merge branch 'stable' into merge_stable by Prerak Mann · 3 years, 5 months ago
  83. fd3e1a7 Release Patch 4.1.3 (#266) by Prerak Mann · 3 years, 5 months ago
  84. 51ed010 Move to new analyzer checks (#264) by Kevin Moore · 3 years, 5 months ago
  85. 443fd70 Support for ABI-specific integers (#261) by Prerak Mann · 3 years, 6 months ago
  86. afde222 Suggest using `dart pub add -d ffigen` (#259) by Jonas Finnemann Jensen · 3 years, 7 months ago
  87. da1ee95 Exclude all on empty include list (#254) by Lukas Lihotzki · 3 years, 8 months ago
  88. abd961d Added fix for member name and type name collision in structs/unions. (#256) by Prerak Mann · 3 years, 9 months ago
  89. d9fb966 Added support for marking functions as Leaf. (#252) by Prerak Mann · 3 years, 9 months ago
  90. 1ee320e Bump version to 4.0.0 (#247) by Daco Harkes · 3 years, 10 months ago
  91. 6e10689 Update library.dart dartfmt comment (#234) by Michael Thomsen · 4 years, 1 month ago
  92. 19da552 Added config for exposing typedefs to Native and Dart type. (#231) by Prerak Mann · 4 years, 1 month ago
  93. f85d343 Move from package:pedantic to pacakge:lints (#230) by Prerak Mann · 4 years, 1 month ago
  94. 98b2d4f Generate dart typedefs for C typedefs (#224) by Prerak Mann · 4 years, 1 month ago
  95. c4a014d Add `structs` and `enums`'s rename to readme (#225) by Sunbreak · 4 years, 1 month ago
  96. 8e11d65 Allow users to specify complete dylib path (#221) by Prerak Mann · 4 years, 2 months ago
  97. cff315b Added support for generating Unions (#215) by Prerak Mann · 4 years, 2 months ago
  98. 3ecab7a Bump version to 3.0.0 (#216) by Prerak Mann · 4 years, 2 months ago
  99. 495dc51 Update readme to clarify C support. (#209) by Prerak Mann · 4 years, 3 months ago
  100. e0718ba Support for inline arrays in structs (#206) by Prerak Mann · 4 years, 3 months ago