saminsohag / flutter_packages

11 stars 4 forks source link

Code Block #6

Closed suysoftware closed 6 months ago

suysoftware commented 7 months ago

Can you add a builder feature for the code block? In the short term, it would b sufficieent if the colors and styles could be customized, but the absence of these for the package name is a significant shortcoming.

saminsohag commented 7 months ago

I have changed the builder method signature to codeBuilder(BuildContext context, String name, String code) where name parameter is the name of programming language.