From ec296a7487ee9853298401b411a5cd7ebf7acd49 Mon Sep 17 00:00:00 2001 From: Udhay-Adithya Date: Sun, 31 Aug 2025 14:16:30 +0530 Subject: [PATCH] feat: add genai dependency to dashbot package --- packages/dashbot/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/dashbot/pubspec.yaml b/packages/dashbot/pubspec.yaml index 2548779f..3f71c1e8 100644 --- a/packages/dashbot/pubspec.yaml +++ b/packages/dashbot/pubspec.yaml @@ -15,6 +15,8 @@ dependencies: path: ../apidash_design_system apidash_core: path: ../apidash_core + genai: + path: ../genai flutter_riverpod: ^2.5.1 riverpod_annotation: ^2.5.1