candid_dart_core 1.1.10 candid_dart_core: ^1.1.10 copied to clipboard
Provide the `did2dart` method to process `Candid` content, and quickly generate corresponding Dart code.
1.1.10 #
- Improve how enumeration classes being parsed and serialized
1.1.9 #
- Improve how
BigInt
being parsed and serialized.
1.1.8 #
- Use
agent_dart_base
as the import package instead ofagent_dart
.
1.1.7 #
- Use the current Dart version to format files.
- Remove unnecessary comments for generated files.
- Cast list item to the targeting Dart type.
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.