Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 806 Bytes

File metadata and controls

29 lines (19 loc) · 806 Bytes

Support

Getting help

If you need help using stringr, want to sanity-check an API idea, or are unsure whether something is a bug, GitHub issues are a good place to start.

When opening a question, it helps to include:

  • what you are trying to do
  • the input and expected output
  • the code you tried
  • package and Dart versions

Where to report what

  • Bug or regression: open an issue
  • New feature or API idea: open an issue
  • Documentation gap: open an issue
  • Security concern: follow SECURITY.md

Before opening an issue

Please check:

  • README.md for current usage examples
  • existing issues for duplicates
  • whether the behavior involves Unicode, graphemes, or locale-specific expectations that should be called out explicitly

Clear examples make it much easier to help quickly.