File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11export 'paste_helper_stub.dart'
2- if (dart.library.js_interop) 'paste_helper_web.dart' ;
2+ if (dart.library.js_interop) 'paste_helper_web.dart' ;
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ class _ChatInputState extends State<ChatInput> {
196196 cancelButtonStyle: _chatStyle! .cancelButtonStyle! ,
197197 voiceNoteRecorderStyle:
198198 _chatStyle! .voiceNoteRecorderStyle! ,
199- onAttachments: onAttachments,
199+ onAttachments: onAttachments,
200200 ),
201201 ),
202202 Padding (
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import 'package:flutter/widgets.dart';
33import 'package:flutter_ai_toolkit/flutter_ai_toolkit.dart' ;
44import 'package:waveform_recorder/waveform_recorder.dart' ;
55
6- import '../../styles/styles.dart' ;
76import '../../utility.dart' ;
87import '../chat_text_field.dart' ;
98import 'editing_indicator.dart' ;
You can’t perform that action at this time.
0 commit comments