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

outdated

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

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.

Features #

Header as H, Paragraph as P, Sourcecode as CodeView and much more.

Getting started #

Explore the usage section.

Usage #

P(text: "Use this to make a paragraph."),
H(text: "Use this to make a header."),
CodeView(
  code: """
MaterialButton(
  child: Text("Click here"),
  onPressed: () {
    print("Clicked")
  },
),
""",
),

Additional information #

Do not leave without leaving a like.

2
likes
0
pub points
29%
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