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

create a fancy style container.

fancy_container_update #

A new Flutter package project.

Features #

  • endless and bouncing modes
  • delay and pause between rounds
  • max number of rounds
  • custom velocity
  • style and textAlign support

Getting started #

To use this package, add text_scroll as a dependency in your pubspec.yaml file.

Usage #

Minimal example:

    TextScroll('This is the sample text for Flutter TextScroll widget. ')

Custom settings:

    TextScroll(
        'This is the sample text for Flutter TextScroll widget. ',
        mode: TextScrollMode.bouncing,
        velocity: Velocity(pixelsPerSecond: Offset(150, 0)),
        delayBefore: Duration(milliseconds: 500),
        numberOfReps: 5,
        pauseBetween: Duration(milliseconds: 50),
        style: TextStyle(color: Colors.green),
        textAlign: TextAlign.right,
        selectable: true,
    )
0
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

create a fancy style container.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on new_fancy_flutter_container