ib_custom_text_widget 0.0.1 copy "ib_custom_text_widget: ^0.0.1" to clipboard
ib_custom_text_widget: ^0.0.1 copied to clipboard

A reusable custom text widget for Flutter with Google Fonts and ScreenUtil support.

Custom Text Widget #

A reusable text widget for Flutter with:

  • GoogleFonts (Plus Jakarta Sans)
  • ScreenUtil responsive font size
  • Easy customization

Usage #

CustomText(
  text: "Hello World",
  fontSize: 16,
  fontWeight: FontWeight.bold,
  color: Colors.red,
)
2
likes
130
points
167
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A reusable custom text widget for Flutter with Google Fonts and ScreenUtil support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, google_fonts

More

Packages that depend on ib_custom_text_widget