flutter_initials 1.0.3
flutter_initials: ^1.0.3 copied to clipboard
A lightweight Dart utility for extracting initials from a full name, designed for use in Flutter apps. Perfect for generating avatars, short representations of names, or tags.
1.0.3 #
- Improve performance for large names by optimizing the initials extraction algorithm.
- added camelCase, PascalCase and snake_case
- Add support for emojis in names.
- Update documentation for new features.
1.0.2 #
- Fix flutter run when the project is created at the root of a disk.
1.0.1 #
- Fix
flutter runon Windows.
1.0.0 #
- Initial Open Source release.