Refactor DashBot

This commit is contained in:
Ankit Mahato
2025-09-29 07:25:22 +05:30
parent bd86a71fa8
commit f38ee9f5bf
130 changed files with 391 additions and 521 deletions

View File

@@ -1,5 +1,3 @@
library apidash_core;
export 'consts.dart';
export 'extensions/extensions.dart';
export 'models/models.dart';
@@ -9,3 +7,6 @@ export 'utils/utils.dart';
// Export 3rd party packages
export 'package:freezed_annotation/freezed_annotation.dart';
export 'package:genai/genai.dart';
export 'package:curl_parser/curl_parser.dart' show Curl;
export 'package:openapi_spec/openapi_spec.dart'
show OpenApi, Operation, ParameterHeader;