codeview 0.0.9 copy "codeview: ^0.0.9" to clipboard
codeview: ^0.0.9 copied to clipboard

A package with header, codeview, paragraph and much more to help you make an article style page.

Want to show some code blocks inside your flutter project?

Features #

CodeView with a lot of optioal features.

Getting started #

Explore the usage section.

Usage #

CodeView(
  maxWidth: 800, //Maximum width of the widget.
  maxHeight: 300, //Maximum height of the widget.
  run: RunPage(), //Place your result class here as a showcase.
  code: """
MaterialButton(
  child: Text("Click here"),
  onPressed: () {
    print("Clicked")
  },
),
""",
), // Place your code like this """SOURCECODE""".

Additional information #

Do not leave without leaving a like.

2
likes
0
pub points
28%
popularity

Publisher

unverified uploader

A package with header, codeview, paragraph and much more to help you make an article style page.

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on codeview