Eitan Liu
Eitan Liu
只要项目根`build.gradle`添加不需要所有模块,确实会给不需要的加入这只是提供个思路,通过配置过滤也很容易实现
The current latest version [1.1.3](https://github.com/eitanliu/dart_mappable_plugin/releases/tag/1.1.3), maybe provide support, IntelliJ IDEs Plugin Marketplace is reviewing this update, you can download it from GitHub and give it a try.
- 'bean classes' are data classes in Java, and the concept has been borrowed from there. - I found that when using generics, it is necessary to call `ensureInitialized()` first....
You are right. I have already planned to remove it in an upcoming update.
I have implemented a temporary solution to this issue using the [DartMappable](https://plugins.jetbrains.com/plugin/21845) plugin.  From example ```json { "float": 1.0, "string": "str" } ``` It will generate the content: ```...
> @eitanliu Please don't use `_guard`, this is an internal implementation that might change any time. @schultek If there is support for custom methods, will the fromJson and toJson methods...
Is there methods that does not change based on the configuration? Users may modify the configuration at any time, resulting in the nonexistence of old methods, need to replace all...
The Kotlin dependency uses the provided scope, which means it only participates in compilation, and the final product will not include the Kotlin dependency.