feat: implement cURL import functionality with parsing and action handling

This commit is contained in:
Udhay-Adithya
2025-09-17 02:19:22 +05:30
parent 8036d60615
commit 9b1c3fe41c
7 changed files with 363 additions and 18 deletions

View File

@@ -58,7 +58,16 @@ class _DashbotHomePageState extends ConsumerState<DashbotHomePage> {
},
),
HomeScreenTaskButton(
label: "🔎 Explain me this response",
label: "📥 Import cURL",
onPressed: () {
Navigator.of(context).pushNamed(
DashbotRoutes.dashbotChat,
arguments: ChatMessageType.importCurl,
);
},
),
HomeScreenTaskButton(
label: "<EFBFBD>🔎 Explain me this response",
onPressed: () {
Navigator.of(context).pushNamed(
DashbotRoutes.dashbotChat,