text_helper_custom_pub 1.0.0 copy "text_helper_custom_pub: ^1.0.0" to clipboard
text_helper_custom_pub: ^1.0.0 copied to clipboard

A simple Flutter package to Capitalize first letter of your input string.

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.

0
likes
135
points
3
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple Flutter package to Capitalize first letter of your input string.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on text_helper_custom_pub