candid_dart_core 1.1.6 candid_dart_core: ^1.1.6 copied to clipboard
Provide the `did2dart` method to process `Candid` content, and quickly generate corresponding Dart code.
1.1.6 #
- Generate
Object
for equality comparison rather thandynamic
. - Ignore unused imports.
- Better outputs for Enum classes.
1.1.5 #
- Support
composite_query
in candid.
1.1.4 #
- Fix nullable vec.
1.1.3 #
- Add IDL type.
1.1.2 #
- Fix circular dependency issue.
1.1.1 #
- Compatible with the new version of code_builder.
1.1.0 #
- Support for more Candid syntax.
1.0.1 #
- Add comments to the Service methods.
- Fix the issue of code generation failure caused by incorrect file name.
1.0.0 #
- Initial version.