scrollable_text_indicator 0.0.2 copy "scrollable_text_indicator: ^0.0.2" to clipboard
scrollable_text_indicator: ^0.0.2 copied to clipboard

A Flutter package that provides a scrollable text with vertical indicator.

Scrollable Text Indicator #

pub package

A Flutter package that provides a scrollable text with vertical scroll indicator - just like web browsers do.

Features #

This package is fully cusotmizable. You are able to change text and its style, size, color of the indicator and its spacing as well. Here you can find example video and see it in the action.

Scrollable Text Indicator

Getting started #

Please refer to the installation guide at pub.dev. You can use this short description as well: In your project's pubspec.yaml file add scrollable_text_indicator's latest version to your dependencies.

# pubspec.yaml

dependencies:
  scrollable_text_indicator: ^<latest version>

Usage #

Please check the simple example below

ScrollableTextIndicator(
    text: Text(
        'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam pulvinar risus sit amet augue viverra ultrices. Aliquam erat volutpat. Proin sagittis ultricies blandit. Donec diam velit, vestibulum commodo leo eu, suscipit condimentum ante. Aenean laoreet sapien mauris. Praesent maximus sagittis felis auctor facilisis. In ullamcorper velit id leo semper, pellentesque luctus risus efficitur. Aenean et tristique diam, vitae volutpat mi. Morbi bibendum ut nibh a ornare. Nulla nec dolor pellentesque, gravida neque ut, condimentum augue. Phasellus mollis metus ac tincidunt venenatis. Aenean at ullamcorper massa. Vestibulum volutpat nunc ut ultrices facilisis. Cras dui lorem, vehicula eu hendrerit non, sollicitudin quis libero. Morbi dapibus libero tincidunt lobortis efficitur.',
        style: TextStyle(
          color: Colors.black,
          fontSize: 16.0,
        ),
    ),
);
13
likes
150
pub points
82%
popularity

Publisher

unverified uploader

A Flutter package that provides a scrollable text with vertical indicator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on scrollable_text_indicator