Skip to content

A Flutter package that provides a scrollable text with vertical indicator

License

Notifications You must be signed in to change notification settings

SlavisDEV/scrollable_text_indicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
        ),
    ),
);

About

A Flutter package that provides a scrollable text with vertical indicator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published