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

outdated

Flutter textviewer package provide easy way to load text from assets,file and even direct input string and search option.

flutter_text_viewer #

flutter_text_viewer is a text viewer package to load text from asset,file or direct string.

Demo #

Image

Features #

  • Load text from assets/file or string
  • View text
  • Search text

Getting started #

flutter_text_viewer: ^0.0.1

Import the library:

import 'package:flutter_text_viewer/flutter_text_viewer.dart';

Usage #

    TextViewerPage(
         textViewer: TextViewer.asset(
         'assets/test.txt',
         highLightColor: Colors.yellow,
         focusColor: Colors.orange,
         ignoreCase: true,
               ),
         showSearchAppBar: true,
              )

If you have any questions, feedback or ideas, feel free to create an issue. If you enjoy this project, I'd appreciate your 🌟 on GitHub.

You can also buy me a cup of coffee #

10
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Flutter textviewer package provide easy way to load text from assets,file and even direct input string and search option.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_text_viewer