df_string 0.1.2 df_string: ^0.1.2 copied to clipboard
A package designed to extend Dart strings by offering additional functionality.
Dart Package Template #
Dart & Flutter Packages by DevCetra.com & contributors.
Summary #
A package designed to extend Dart strings by offering additional functionality. For a full feature set, please refer to the API reference.
Usage Example #
// Convert strings to different case types.
print('Hello World!'.toCamelCase()); // prints helloWorld
print('Hello World!'.toSnakeCase()); // prints hello_world
print('Hello World!'.toUpperSnakeCase()); // prints HELLO_WORLD
print('Hello World!'.toKebabCase()); // prints hello-world
print('Hello World!'.toUpperDotCase()); // prints HELLO.WORLD
Installation #
Use this package as a dependency by adding it to your pubspec.yaml
file (see here).
Contributing and Discussions #
This is an open-source project, and contributions are welcome from everyone, regardless of experience level. Contributing to projects is a great way to learn, share knowledge, and showcase your skills to the community. Join the discussions to ask questions, report bugs, suggest features, share ideas, or find out how you can contribute.
Join GitHub Discussions: #
💬 https://github.com/robmllze/df_string/discussions/
Join Reddit Discussions: #
💬 https://www.reddit.com/r/df_string/
Chief Maintainer: #
📧 Email Robert Mollentze at robmllze@gmail.com
License #
This project is released under the MIT License. See LICENSE for more information.