lucid_array_dart_generator 0.0.1
lucid_array_dart_generator: ^0.0.1 copied to clipboard
Generate namespaced DTOs and ApiService clients from Swagger/OpenAPI specs for Flutter apps.
0.0.1 #
- Initial open-source release.
swagger_genCLI for turning a Swagger/OpenAPI document into namespaced Dart models (<namespace>Models) and service clients (<namespace>Service) that integrate with anApiService.- Shared JSON helper generation, automatic query/enum serialization, and barrel exports for both models and services.