fix linter rules and format files
This commit is contained in:
@@ -107,7 +107,7 @@ class SummarizeTab extends HookConsumerWidget {
|
||||
|
||||
textController.addListener(debounce);
|
||||
return () => textController.removeListener(debounce);
|
||||
}, [textController],);
|
||||
}, [textController]);
|
||||
|
||||
return Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
|
||||
Reference in New Issue
Block a user