Itope84 / Itope84/flutter_ui_components
Add a pluralize function to utils/string.dart
Open
good first issue
- Dominant language
- Dart
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The function should take the count, singular word and plural word (optional). So calling
pluralize(3, 'box', 'boxes') should return '3 boxes'
pluralize(3, 'word') should return 3 words
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.