-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (34 loc) · 1.35 KB
/
pubspec.yaml
File metadata and controls
40 lines (34 loc) · 1.35 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
##.title
## ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
##
## Copyright © dev-cetera.com & contributors.
##
## The use of this source code is governed by an MIT-style license described in
## the LICENSE file located in this project's root directory.
##
## See: https://opensource.org/license/mit
##
## ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
##.title~
name: df_string
homepage: https://dev-cetera.com/
repository: https://github.com/robmllze/df_string
funding:
- https://www.patreon.com/c/t0mb3rr
- https://github.com/sponsors/t0mb3rr
- https://www.buymeacoffee.com/dev_cetera
description: A package designed to extend Dart strings by offering additional functionality.
version: 0.2.10
topics:
- dart
- json
- string
- utility
- tool
## -----------------------------------------------------------------------------
environment:
sdk: ">=3.5.0 <4.0.0"
## -----------------------------------------------------------------------------
dev_dependencies:
lints: ^6.0.0
test: ^1.26.2