text_helper_custom_pub
A lightweight Flutter package that provides helpful utilities for working with and formatting text.
Features
- Capitalize the first letter of each word
- Count words and characters
- Remove extra spaces
- Convert camelCase to Title Case
Getting started
Add this to your pubspec.yaml file:
dependencies:
text_helper_custom_pub: ^1.0.0
## Usage
First, import the package in your Dart file:
```dart
import 'package:text_helper_custom_pub/text_helper_custom_pub.dart';
Additional information
This package was created to simplify common text formatting and string manipulation tasks in Flutter/Dart projects. It is lightweight, beginner-friendly, and designed to be easily extendable.