package
0.1.16
Repository: https://github.com/gmlewis/go-flutter-stylizer.git
Documentation: pkg.go.dev

# Functions

New returns a new Dart processor.
NewClass returns a new Dart Class.
NewEditor returns a new Editor.
NewLine returns a new Line.

# Constants

No description provided by the author
Most recent unmatched '{' was `"...${`.
Most recent unmatched '{' was not string literal related.
Most recent unmatched '{' was `'...${`.
Most recent unmatched '{' was `"""...${`.
Most recent unmatched '{' was `'''...${`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
for everything else, like enum values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Class represents a Dart class.
Client represents a Dart processor.
Cursor represents an editor cursor and is used to advance through the Dart source code.
Edit represents an edit of an editor buffer.
Editor represents a text editor that understands Dart syntax.
Entity represents a single, independent feature of a Dart.Class.
Line represents a line of Dart code.
MatchingPair represents a matching pair of features in the Dart source code, such as r'''=>''', (=>), {=>}, etc.
Options represents the configuration options for the Dart processor.

# Type aliases

BraceLevel represents the current brace level the cursor is within.
EntityType represents a type of Dart Line.
MatchingPairsMap represents a map of matching pairs keyed by the openAbsOffset value.