Improve detection of ObjC built in classes
Open
lang-objective_c
package:ffigen
- Dominant language
- Dart
- Stars
- 275
- Forks
- 144
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 47
Description
At the moment we're just checking if the class name matches the name of a built in class, which is pretty brittle. It will break if a user happens to write a class witht he same name. Is there a way of also checking that the class was defined in an internal header?
Contributor guide
Assessment
This issue has not been assessed yet.