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

Running text

Flutter widget "running text". Allows running an array string. Allows running an array string. Provides customizations including two horizontal directions, velocity, fading when appearing or disappearing.

Features #

feature

Usage #

This is a minimalistic example:

RunningTextView(
  data: RunningTextModel([
    "Learn how to find target keywords",
    "Learn how to find target keywords for any page with our keyword research guide."
  ])
)

Full options:

RunningTextView(
  data: RunningTextModel(
          ["Learn how to find target keywords",
          "Learn how to find target keywords for any page with our keyword research guide."],
          textStyle: const TextStyle(fontSize: 15),
          velocity: 50,
          direction: RunningTextDirection.leftToRight,
          fadeSide: RunningTextFadeSide.both
  )
)
2
likes
0
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

Running text

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on running_text