Skip to content

Commit e57fcf7

Browse files
authored
Merge pull request #334 from FlutterFlow/feature/restart-code-analyzer
Add Restart Code Analyzer Info
2 parents ee17ef6 + 2805abb commit e57fcf7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/ff-concepts/adding-customization/custom-code.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@ Compiling Custom Functions should be pretty fast, but sometimes, compiling Custo
117117
The code analyzer is available in all your custom code snippets and ensures the quality and
118118
correctness of your custom code. It automatically checks your Dart code for errors and warnings,
119119
providing real-time feedback as you write.
120-
![code-analyzer.png](imgs/code-analyzer.png)
121120

122-
When there is a compilation error, the code analyzer will stop running and display the errors caught
123-
by the compiler. Once fixed, save the code and rerun using the Compile Code button. The code analyzer
124-
should then be reconnected. You can also manually reconnect it if needed.
121+
![code-analyzer](imgs/code-analyzer.avif)
122+
123+
When there is a compilation error, the code analyzer will stop running and display the errors caught by the compiler. Once fixed, save the code and restart the code analyzer to resume real-time analysis and receive feedback on updated code.
125124

126125
### Automatic FlutterFlow Imports
127126

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)