stringly 0.0.1 copy "stringly: ^0.0.1" to clipboard
stringly: ^0.0.1 copied to clipboard

Stringly is a lightweight Dart package that provides unique and easy-to-use string utilities such as reversing, capitalizing, title casing, removing extra spaces, and more. Perfect for Flutter and [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stringly

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  stringly: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:stringly/stringly.dart';
4
likes
150
points
1
downloads

Publisher

verified publishershubhampawar.dev

Weekly Downloads

Stringly is a lightweight Dart package that provides unique and easy-to-use string utilities such as reversing, capitalizing, title casing, removing extra spaces, and more. Perfect for Flutter and Dart developers who need handy string helpers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stringly