mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 10:49:49 +08:00
SSE: SSEDisplay Implemented along with SSE ResponseBodyView Type
This commit is contained in:
@@ -16,8 +16,8 @@ void main() {
|
||||
theme: kThemeDataLight,
|
||||
home: Scaffold(
|
||||
body: SendButton(
|
||||
isWorking: false,
|
||||
isStreaming: false,
|
||||
isWorking: false,
|
||||
onTap: () => sendPressed = true,
|
||||
onCancel: () => cancelPressed = true,
|
||||
),
|
||||
@@ -46,8 +46,8 @@ void main() {
|
||||
theme: kThemeDataLight,
|
||||
home: Scaffold(
|
||||
body: SendButton(
|
||||
isWorking: true,
|
||||
isStreaming: false,
|
||||
isWorking: true,
|
||||
onTap: () => sendPressed = true,
|
||||
onCancel: () => cancelPressed = true,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user