Last updated:
0 purchases
flutter text viewer
flutter_text_viewer #
flutter_text_viewer is a simple text viewer package to load and search text from assets,file.
Demo #
Features #
Load text from assets/file or string
View text
Search text
Getting started #
flutter_text_viewer: ^0.0.4
copied to clipboard
Import the library:
import 'package:flutter_text_viewer/flutter_text_viewer.dart';
copied to clipboard
Usage #
TextViewerPage(
textViewer: TextViewer.asset(
'assets/test.txt',
highLightColor: Colors.yellow,
focusColor: Colors.orange,
ignoreCase: true,
),
showSearchAppBar: true,
)
copied to clipboard
Todo #
Pagination for large text file
AppBar enhancement
Note #
Feel free to fork and send pull request
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 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.