Skip to content

Commit af5a4e9

Browse files
committed
clean pubspec
1 parent 8056c00 commit af5a4e9

3 files changed

Lines changed: 19 additions & 53 deletions

File tree

example/pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,14 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
31+
version: "1.3.1"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -80,14 +80,14 @@ packages:
8080
name: matcher
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "0.12.10"
83+
version: "0.12.11"
8484
meta:
8585
dependency: transitive
8686
description:
8787
name: meta
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "1.3.0"
90+
version: "1.7.0"
9191
path:
9292
dependency: transitive
9393
description:
@@ -106,7 +106,7 @@ packages:
106106
name: source_span
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.8.0"
109+
version: "1.8.1"
110110
stack_trace:
111111
dependency: transitive
112112
description:
@@ -141,7 +141,7 @@ packages:
141141
name: test_api
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.2.19"
144+
version: "0.4.3"
145145
typed_data:
146146
dependency: transitive
147147
description:
@@ -155,7 +155,7 @@ packages:
155155
name: vector_math
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "2.1.0"
158+
version: "2.1.1"
159159
sdks:
160-
dart: ">=2.12.0 <3.0.0"
160+
dart: ">=2.14.0 <3.0.0"
161161
flutter: ">=1.17.0"

pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,14 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
31+
version: "1.3.1"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -66,14 +66,14 @@ packages:
6666
name: matcher
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "0.12.10"
69+
version: "0.12.11"
7070
meta:
7171
dependency: transitive
7272
description:
7373
name: meta
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "1.3.0"
76+
version: "1.7.0"
7777
path:
7878
dependency: transitive
7979
description:
@@ -92,7 +92,7 @@ packages:
9292
name: source_span
9393
url: "https://pub.dartlang.org"
9494
source: hosted
95-
version: "1.8.0"
95+
version: "1.8.1"
9696
stack_trace:
9797
dependency: transitive
9898
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "0.2.19"
130+
version: "0.4.3"
131131
typed_data:
132132
dependency: transitive
133133
description:
@@ -141,7 +141,7 @@ packages:
141141
name: vector_math
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "2.1.0"
144+
version: "2.1.1"
145145
sdks:
146-
dart: ">=2.12.0 <3.0.0"
146+
dart: ">=2.14.0 <3.0.0"
147147
flutter: ">=1.17.0"

pubspec.yaml

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,4 @@ dependencies:
1414

1515
dev_dependencies:
1616
flutter_test:
17-
sdk: flutter
18-
19-
# For information on the generic Dart part of this file, see the
20-
# following page: https://dart.dev/tools/pub/pubspec
21-
# The following section is specific to Flutter.
22-
# flutter: null
23-
# To add assets to your package, add an assets section, like this:
24-
# assets:
25-
# - images/a_dot_burr.jpeg
26-
# - images/a_dot_ham.jpeg
27-
#
28-
# For details regarding assets in packages, see
29-
# https://flutter.dev/assets-and-images/#from-packages
30-
#
31-
# An image asset can refer to one or more resolution-specific "variants", see
32-
# https://flutter.dev/assets-and-images/#resolution-aware.
33-
# To add custom fonts to your package, add a fonts section here,
34-
# in this "flutter" section. Each entry in this list should have a
35-
# "family" key with the font family name, and a "fonts" key with a
36-
# list giving the asset and other descriptors for the font. For
37-
# example:
38-
# fonts:
39-
# - family: Schyler
40-
# fonts:
41-
# - asset: fonts/Schyler-Regular.ttf
42-
# - asset: fonts/Schyler-Italic.ttf
43-
# style: italic
44-
# - family: Trajan Pro
45-
# fonts:
46-
# - asset: fonts/TrajanPro.ttf
47-
# - asset: fonts/TrajanPro_Bold.ttf
48-
# weight: 700
49-
#
50-
# For details regarding fonts in packages, see
51-
# https://flutter.dev/custom-fonts/#from-packages
17+
sdk: flutter

0 commit comments

Comments
 (0)