- a tools can auto gen platforms source code
- remove flutter sdk
- support include dir
- support gen interface class
- read file sync
- fix map type bug
- add import info
- fix: can't create file use dart io
- feat: use reflect parse file and class
- fix: static property parse error
- feat: add subType in property
- feat: support custom class
- feat: support null safe
- fix: some type parse error
- fix: parse file is hard code
- fix: class no import info
- feat: null safe option
- feat: format source code
- fix: windows create tmp dart file path error
- feat: support ios ,to object-c
- feat: support dart to Objective-C code
- feat: support setting NSArray and NSDicionay's default value
- feat: support convert dart's abstract method
- fix: Objective-C base type convert problem
- fix: Objective-C custom class properties convert problem
- fix: Objective-C method convert problem
- fix: dart null safe bug
- Feat: Objective-C support convert 'Object' type to 'id'
- Fix: 'void' type convert to 'void *' in objc instead of 'void' problem
- Fix: missing custom class import bug
- Feat: Objective-C generated class support 'NSCopying' protocol
- Update: Objective-C now will convert Uint8List, Int32List, Int64List, Float64List into NSData
- However, the oc implementation of these data type is not finished yet.
- feat: remove no use code
- Update: Objective-C now will convert static properties into marco instead of properties
- Feat: add custom save path
- Fix: write file error when dir is not exits
- Fix: add custom channel name
- Feat: Support reading dart methods and properties' origin declaraction, now iOS generated code can add them as a comment.
- Update: Now iOS generated code will add class name prefix to static properties.
- Fix: iOS will parse "_Nullable" as import problem
- Fix: android create abstract class error
- Feat: java support enum type
- Feat: Support comment
- Fix: dart's int now will convert into OC's longlong