codeview 0.0.7
codeview: ^0.0.7 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(
maxHeight: 300,
code: """
MaterialButton(
child: Text("Click here"),
onPressed: () {
print("Clicked")
},
),
""",
),
Additional information #
Do not leave without leaving a like.