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

outdated

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(
  maxHeight: 300,
  code: """
MaterialButton(
  child: Text("Click here"),
  onPressed: () {
    print("Clicked")
  },
),
""",
),

Additional information #

Do not leave without leaving a like.

2
likes
0
points
109
downloads

Publisher

unverified uploader

Weekly Downloads

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