binary_generator 0.0.12
binary_generator: ^0.0.12 copied to clipboard
Binary generator is a tool (set of generators) that allows generate a development code for the binary interop and binary types.
0.0.12 #
- The
LibraryGeneratornow generates constants from the macro definitions
0.0.9 #
- Temporarily was disabled a resolver of the function parameter type
0.0.8 #
- Impovements in
LibraryGenerator
0.0.7 #
- Made adaptations to the new version of package
binary_declarations
0.0.6 #
- Added support of the functions which started with the "_" (underscore) in the library generator. Now they are prefixed with the "$" (dollar sign) in the generated Dart code
0.0.5 #
- Fixed bug in
ForeignFunctionGeneratorwith the function declarations with the abstract parameters (without the name)
0.0.4 #
- Added new generator
TypesGenerator. The generator allows to generate thebinary typesfrom the textual format supported by thebinary_declarations. The declarations "typedef" will be represented as the members of the generated classbinary types - Made adaptations to the new version of package
binary_declarations - Made adaptations to the new version of package
binary_types
0.0.3 #
- Fixed bug in
ForeignFunctionGenerator
0.0.2 #
- Library generator now utilizes the features of
binary typesnot onlybinary declarations. For the better type resolutions now generator tries to declare the its own copy of thebinary typesdirectly from thebinary declarations
0.0.1 #
- Initial release