-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
27 lines (26 loc) · 885 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: string_extensions
description: Useful String extensions to save you time in production. Feel free
to contribute with PR.
version: 0.7.3
homepage: "https://github.com/esentis/string_extensions"
topics:
- extensions
- string
- string-validator
- string-extensions
screenshots:
- description: "after() before()' to get the substring after or before a given substring"
path: screenshots/afterBefore.png
- description: "containsAny() to check if a string contains any of the given substrings"
path: screenshots/containsAny.png
- description: "replaceGreek to replace greek characters with latin"
path: screenshots/replaceGreek.png
- description: "stripHtml to remove all html tags from a string"
path: screenshots/stripHtml.png
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
convert: ^3.0.1
crypto: ^3.0.2
intl: ">=0.18.1"
test: ^1.16.6