dart_code_viewer 0.0.1 copy "dart_code_viewer: ^0.0.1" to clipboard
dart_code_viewer: ^0.0.1 copied to clipboard

A package to view Dart Code in your Flutter application.

[0.0.1] - 2020-05-22 #

The initial release has DartCodeViewer, DartCodeViewerTheme, and DartCodeViewerThemeData.

The code viewer for the dart language. The code viewer can be used to display dart code. By default the [DartCodeViewer] gives you a Theme based code view. If you are using a [ThemeMode] that is light than you will get the light option. Note that the default background of the code viewer is based off [ColorScheme.background].

Supplying a non-null [data] String is required as input.

Requires one of its ancestors to be a [Material] widget.

Requires one of its ancestors to be a [MediaQuery] widget. Typically, these are introduced by the [MaterialApp] or [WidgetsApp] widget at the top of your application widget tree.

String is codified and split into tokens. Depending on the token produced the TextSpan will be a different color. This is based of the flutter gallery. You can find code source here

19
likes
30
pub points
12%
popularity

Publisher

unverified uploader

A package to view Dart Code in your Flutter application.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (LICENSE)

Dependencies

flutter, google_fonts, string_scanner

More

Packages that depend on dart_code_viewer