flutter_code_editor library
Classes
- AbstractAnalyzer
- Service for analyzing the code inside CodeField.
- AbstractNamedSectionParser
-
Parses named sections from tags like
START name
...END name
. - AnalysisResult
- BracketsStartEndNamedSectionParser
-
Parses named sections from tags like
START name
...END name
. - CloseBlockModifier
- Code
- CodeController
- CodeField
- CodeLine
- CodeModifier
- CodeTheme
- CodeThemeData
- DartPadAnalyzer
- DefaultLocalAnalyzer
- EditorParams
- FoldableBlock
- GutterStyle
- HighlightFoldableBlockParser
-
A parser for foldable blocks from highlight's
Result
. - IndentModifier
- InvalidFoldableBlock
- Anything that failed to be a FoldableBlock due to missing the opposite pair character.
- Issue
- NamedSection
- NormalizedTextRange
- TabModifier
- A marker passed to CodeController to replace tabs with spaces.
- Tokens
Enums
Extensions
Properties
-
issueLineComparator
↔ Comparator<
Issue> -
getter/setter pair
Functions
-
disableBuiltInSearchIfWeb(
) → void -
issueFromJson(
Map< String, dynamic> json) → Issue -
mapIssueType(
String type) → IssueType