Skip to content

Commit 316147b

Browse files
committed
Add funding url
1 parent 74a292a commit 316147b

File tree

2 files changed

+16
-21
lines changed

2 files changed

+16
-21
lines changed

example/pubspec.lock

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "1.8.0"
17+
version: "1.8.0+1"
1818
analyzer:
1919
dependency: transitive
2020
description:
@@ -42,7 +42,7 @@ packages:
4242
name: async
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "2.8.2"
45+
version: "2.9.0"
4646
boolean_selector:
4747
dependency: transitive
4848
description:
@@ -112,14 +112,7 @@ packages:
112112
name: characters
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "1.2.0"
116-
charcode:
117-
dependency: transitive
118-
description:
119-
name: charcode
120-
url: "https://pub.dartlang.org"
121-
source: hosted
122-
version: "1.3.1"
115+
version: "1.2.1"
123116
checked_yaml:
124117
dependency: transitive
125118
description:
@@ -133,7 +126,7 @@ packages:
133126
name: clock
134127
url: "https://pub.dartlang.org"
135128
source: hosted
136-
version: "1.1.0"
129+
version: "1.1.1"
137130
code_builder:
138131
dependency: transitive
139132
description:
@@ -196,7 +189,7 @@ packages:
196189
name: fake_async
197190
url: "https://pub.dartlang.org"
198191
source: hosted
199-
version: "1.3.0"
192+
version: "1.3.1"
200193
file:
201194
dependency: transitive
202195
description:
@@ -426,21 +419,21 @@ packages:
426419
name: matcher
427420
url: "https://pub.dartlang.org"
428421
source: hosted
429-
version: "0.12.11"
422+
version: "0.12.12"
430423
material_color_utilities:
431424
dependency: transitive
432425
description:
433426
name: material_color_utilities
434427
url: "https://pub.dartlang.org"
435428
source: hosted
436-
version: "0.1.4"
429+
version: "0.1.5"
437430
meta:
438431
dependency: transitive
439432
description:
440433
name: meta
441434
url: "https://pub.dartlang.org"
442435
source: hosted
443-
version: "1.7.0"
436+
version: "1.8.0"
444437
mime:
445438
dependency: transitive
446439
description:
@@ -475,7 +468,7 @@ packages:
475468
name: path
476469
url: "https://pub.dartlang.org"
477470
source: hosted
478-
version: "1.8.1"
471+
version: "1.8.2"
479472
path_drawing:
480473
dependency: transitive
481474
description:
@@ -627,7 +620,7 @@ packages:
627620
name: source_span
628621
url: "https://pub.dartlang.org"
629622
source: hosted
630-
version: "1.8.2"
623+
version: "1.9.0"
631624
stack_trace:
632625
dependency: transitive
633626
description:
@@ -662,7 +655,7 @@ packages:
662655
name: string_scanner
663656
url: "https://pub.dartlang.org"
664657
source: hosted
665-
version: "1.1.0"
658+
version: "1.1.1"
666659
subscription_holder:
667660
dependency: transitive
668661
description:
@@ -676,14 +669,14 @@ packages:
676669
name: term_glyph
677670
url: "https://pub.dartlang.org"
678671
source: hosted
679-
version: "1.2.0"
672+
version: "1.2.1"
680673
test_api:
681674
dependency: transitive
682675
description:
683676
name: test_api
684677
url: "https://pub.dartlang.org"
685678
source: hosted
686-
version: "0.4.9"
679+
version: "0.4.12"
687680
timing:
688681
dependency: transitive
689682
description:

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: adaptive_dialog
22
description: Show alert dialog or modal action sheet adaptively according to platform.
3-
version: 1.8.0
3+
version: 1.8.0+1
44
repository: https://github.com/mono0926/adaptive_dialog
5+
funding:
6+
- https://github.com/sponsors/mono0926
57
environment:
68
sdk: '>=2.17.0 <3.0.0'
79
dependencies:

0 commit comments

Comments
 (0)