1. 66de31f Update README.md now that repo has moved to dart-lang/native by Liam Appelbe · 6 months ago main
  2. bc594f2 Prepare for merge into dart-lang/native (#641) by Liam Appelbe · 6 months ago
  3. 14f0e40 ObjC static functions (#633) by Liam Appelbe · 6 months ago
  4. 2402531 Bump actions/checkout from 4.1.0 to 4.1.1 (#636) by dependabot[bot] · 6 months ago
  5. 8c0b4a4 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#637) by dependabot[bot] · 6 months ago
  6. a349ace Bump subosito/flutter-action from 2.10.0 to 2.12.0 (#638) by dependabot[bot] · 6 months ago
  7. 9c3b631 Fix generated asset/assetId property for ffi-native (#634) by Nick Fisher · 6 months ago
  8. ba94da9 Use getDartType rather than getFfiDartType in ObjC block codegen (#632) by Liam Appelbe · 7 months ago
  9. de788e3 Enable use_super_parameters lint (#631) by Parker Lougheed · 7 months ago
  10. ffaef08 Typedefs for Dart types (#625) by Liam Appelbe · 7 months ago
  11. 7689e24 Refactor `sameFfiDartAndCType` to not require a `Writer` (#629) by Liam Appelbe · 7 months ago
  12. 1576465 Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#627) by dependabot[bot] · 7 months ago
  13. d937531 Bump actions/checkout from 3.6.0 to 4.1.0 (#626) by dependabot[bot] · 7 months ago
  14. ab4c939 Bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#628) by dependabot[bot] · 7 months ago
  15. 6ca8e68 Handle ObjC nullable annotations (#624) by Liam Appelbe · 8 months ago
  16. 6746b58 Separate getDartType and getUserType (#623) by Liam Appelbe · 8 months ago
  17. 2811206 Better typedefs for `NativeFunction`s (#621) by Liam Appelbe · 8 months ago
  18. cb4754b Simplify flutter_plugin_ffi_test (#620) by Liam Appelbe · 8 months ago
  19. 1e0fb4c Fix ObjC `instancetype` inheritance issue. (#618) by Liam Appelbe · 8 months ago
  20. 6da03b3 Better block names (#606) by Liam Appelbe · 8 months ago
  21. 97ea620 Use stret and fpret variants of objc_msgSend where appropriate (#613) by Liam Appelbe · 8 months ago
  22. fd1fbce Merge pull request #610 from dart-lang/roll-stable-to-9.0.1 by Daco Harkes · 8 months ago
  23. e3958d1 Bump actions/checkout from 3.5.3 to 3.6.0 (#611) by dependabot[bot] · 8 months ago
  24. ad4e52a Merge commit '05f0952eccd4158f771ffec064cbbaa45fe1dbb9' into stable by Daco Harkes · 8 months ago
  25. 876b7ad Fix #577 (#609) by Liam Appelbe · 8 months ago
  26. 3508f98 fix: objc block trampoline invalid return type (#607) by Ivan Dlugos · 8 months ago
  27. 952483b Fix null inference weirdness (#605) by Liam Appelbe · 8 months ago
  28. 416fccd Listener/Async Blocks (#601) by Liam Appelbe · 8 months ago
  29. 5ce5ed0 Mention installing xcode command line tools on mac by Liam Appelbe · 9 months ago
  30. daa0603 Bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#596) by dependabot[bot] · 9 months ago
  31. 05f0952 Allow extern inline functions to be generated. (#594) by Prerak Mann · 10 months ago v9.0.1
  32. af6d72c Fix doc comment missing on struct/union array fields, update test, ve… (#593) by Prerak Mann · 10 months ago
  33. d46d4fd Add ffigen yaml schema (#586) by Prerak Mann · 10 months ago v9.0.0
  34. 271b576 Bump coverallsapp/github-action from 2.1.2 to 2.2.0 (#590) by dependabot[bot] · 10 months ago
  35. 8b0f083 Bump actions/checkout from 3.5.2 to 3.5.3 (#589) by dependabot[bot] · 10 months ago
  36. 9030eb5 add LLVM installation instructions for Fedora (#584) by CicadaCinema · 12 months ago
  37. 01bea37 Rename `master` branch to `main` (#582) by Daco Harkes · 12 months ago
  38. 71f8f5c blast_repo fixes (#576) by Devon Carew · 12 months ago
  39. cccc649 Fixed invalid code generated due to zero-length arrays in structs/union. (#575) by Prerak Mann · 12 months ago v8.0.2
  40. 7f6ebf2 Set SDK version to 3.0 stable (#573) by Daco Harkes · 12 months ago v8.0.1
  41. fcd6138 Fix invalid code generated due to anoymous structs/unions (#572) by Prerak Mann · 12 months ago
  42. e585f01 Add the ability to get a pointer to an objective C object (#568) by Brian Quinlan · 1 year ago
  43. 8e681c8 Bump version to 8.0.0 stable (#566) by Daco Harkes · 1 year ago v8.0.0
  44. 5158099 Add topics in pubspec.yaml (#567) by Michael Thomsen · 1 year ago
  45. 3234bc8 Bump coverallsapp/github-action from 2.0.0 to 2.1.2 (#564) by dependabot[bot] · 1 year ago
  46. 3296739 Bump actions/checkout from 3.5.0 to 3.5.2 (#563) by dependabot[bot] · 1 year ago
  47. 4a66b9a Support for generating Variadic functions (#515) by Prerak Mann · 1 year ago v8.0.0-dev.3
  48. aad4638 Use `@Native` syntax (#562) by Daco Harkes · 1 year ago v8.0.0-dev.2
  49. 790a004 Merge stable to master, bump version (#561) by Prerak Mann · 1 year, 1 month ago v8.0.0-dev.1
  50. 6953b98 Handle multi anonymous struct with same USR (#559) by Prerak Mann · 1 year, 1 month ago stable v7.2.11
  51. 9772bb5 Merge pull request #560 from dart-lang/stable-to-7-x by Daco Harkes · 1 year, 1 month ago
  52. 375a93e Merge commit '6a67cdb2e40ec5072cc39b0ee7cbf940ede251ce' into stable-to-7-x by Daco Harkes · 1 year, 1 month ago
  53. ef90731 Add description to typedef test (#557) by Tzvi Melamed · 1 year, 1 month ago
  54. 7f0035f Change native test bindings name for consistency (#556) by Tzvi Melamed · 1 year, 1 month ago
  55. 7397fbd 3.0 Class modifiers (#553) by Daco Harkes · 1 year, 1 month ago v8.0.0-dev.0
  56. 6a67cdb Explicit '' as name for anon structs/unions (#552) by Tzvi Melamed · 1 year, 1 month ago
  57. 07137c6 Add common code path for test configs (#491) by Tzvi Melamed · 1 year, 1 month ago
  58. fe870e8 Update version and changelog (#546) by Mahesh Hegde · 1 year, 1 month ago v7.2.10
  59. 5399383 Bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#543) by dependabot[bot] · 1 year, 1 month ago
  60. 7f0d005 Parameter names in function pointer fields (#537) by Mahesh Hegde · 1 year, 1 month ago
  61. 02d4737 Bump actions/checkout from 3.3.0 to 3.5.0 (#542) by dependabot[bot] · 1 year, 1 month ago
  62. e4831d7 Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#541) by dependabot[bot] · 1 year, 1 month ago
  63. 4ff0db8 Bump subosito/flutter-action from 2.8.0 to 2.10.0 (#544) by dependabot[bot] · 1 year, 1 month ago
  64. 8e12fee Detect Scoop LLVM installation on Windows (#535) by Mahesh Hegde · 1 year, 2 months ago v7.2.9
  65. 92dc226 Automatically generate `ignore_for_file: type=lint` if not specified in preamble. (#532) by Prerak Mann · 1 year, 2 months ago v7.2.8
  66. 1239c5d Bump dependencies and fix lints (#527) by Daco Harkes · 1 year, 2 months ago
  67. 1ac20ff Fix macro file parser (#524) by Prerak Mann · 1 year, 2 months ago v7.2.7
  68. db96e38 Bump coverallsapp/github-action from 1.1.3 to 1.2.4 (#523) by dependabot[bot] · 1 year, 2 months ago
  69. 4d86a32 Bump SDK constraint to 4.0.0 (#517) by Daco Harkes · 1 year, 3 months ago
  70. 1fbeee0 Fix path normalization for absolute paths and globs starting with ** (#516) by Prerak Mann · 1 year, 3 months ago v7.2.6
  71. 50ed786 Add support nested anonymous union/struct (#511) by Nikita Dauhashei · 1 year, 3 months ago v7.2.5
  72. 983f895 Bump dart-lang/setup-dart from 1.3 to 1.4 (#508) by dependabot[bot] · 1 year, 3 months ago
  73. eb68763 Bump actions/checkout from 3.2.0 to 3.3.0 (#507) by dependabot[bot] · 1 year, 3 months ago
  74. f0dcbf1 Fix formatting (#509) by Daco Harkes · 1 year, 3 months ago
  75. db162d4 Add a bit more introduction to readme (#505) by Michael Thomsen · 1 year, 4 months ago
  76. ae40aed Bump actions/checkout from 3.1.0 to 3.2.0 (#502) by dependabot[bot] · 1 year, 4 months ago
  77. f0664e4 Update example in README.md (#501) by Prerak Mann · 1 year, 5 months ago
  78. b17ba22 Add new supported typedef - `uintptr_t` (mapped to `ffi.UintPtr`). (#499) by Prerak Mann · 1 year, 5 months ago v7.2.4
  79. 133e7a8 Code cleanup (#496) by Daco Harkes · 1 year, 5 months ago
  80. 1ddea5e Allow user compiler options to override built-in options (#495) by Liam Appelbe · 1 year, 5 months ago v7.2.3
  81. e5e3fc4 Added new llvm versions to linuxDylibLocations (#489) by Hossein Yousefi · 1 year, 6 months ago v7.2.2
  82. f86a8b0 Remove the built in flag from ObjC interfaces (#487) by Liam Appelbe · 1 year, 6 months ago v7.2.1
  83. 67bf20c Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#482) by dependabot[bot] · 1 year, 6 months ago
  84. 44d9941 blast_repo fixes (#481) by Kevin Moore · 1 year, 6 months ago
  85. 411fc21 Prevent warnings in FfiNative example (#479) by Daco Harkes · 1 year, 7 months ago
  86. efa69bc Symbol file import export (#468) by Prerak Mann · 1 year, 7 months ago v7.2.0
  87. eaefe22 Use tmpDir over working directory (#464) by Tzvi Melamed · 1 year, 7 months ago
  88. a6968e3 Zero initialize unused Block fields (#475) by Liam Appelbe · 1 year, 7 months ago
  89. b1a4875 Add a step for building cursor definition map. (#474) by Prerak Mann · 1 year, 7 months ago v7.1.0
  90. 32dc4bc Fix some noisy warnings that often show up in ObjC binding generation (#469) by Liam Appelbe · 1 year, 7 months ago v7.0.0
  91. b93e7b1 Remove unnecessary root cursor filtering (#471) by Liam Appelbe · 1 year, 7 months ago
  92. 83afbaf Remove ignoreFilter from typedef parsing. (#462) by Prerak Mann · 1 year, 7 months ago
  93. 048b7d9 Assume relative paths are relative to the config file (#465) by Liam Appelbe · 1 year, 7 months ago
  94. 8f4655a Fix mac bot (#466) by Liam Appelbe · 1 year, 7 months ago
  95. a63e73c Update LICENSE (#457) by Daco Harkes · 1 year, 8 months ago
  96. 1c5c26c NativeFunc's child should be a FunctionType (#461) by Liam Appelbe · 1 year, 8 months ago
  97. e262c9a Pointer.fromFunction leaks, so store result in static variable (#459) by Liam Appelbe · 1 year, 8 months ago
  98. 10902d4 Remove list_diff package (#456) by Liam Appelbe · 1 year, 8 months ago
  99. 7bb0dfc Correctly handle strings with null characters (#454) by Liam Appelbe · 1 year, 8 months ago
  100. 321535e Work around analyzer bug for FfiNatives (#455) by Daco Harkes · 1 year, 8 months ago