Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 90fce63

Browse files
committed
feat: bumping version
1 parent c382bab commit 90fce63

3 files changed

Lines changed: 33 additions & 18 deletions

File tree

example/ios/Flutter/flutter_export_environment.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
3-
export "FLUTTER_ROOT=/Users/ericm/fvm/versions/2.2.1"
3+
export "FLUTTER_ROOT=/Users/ericm/fvm/versions/2.10.5"
44
export "FLUTTER_APPLICATION_PATH=/Users/ericm/sunny/local_plugins/fab_circular_menu/example"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_TARGET=lib/main.dart"
77
export "FLUTTER_BUILD_DIR=build"
8-
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
98
export "FLUTTER_BUILD_NAME=1.0.0"
109
export "FLUTTER_BUILD_NUMBER=1"
1110
export "DART_OBFUSCATION=false"

example/pubspec.lock

Lines changed: 15 additions & 8 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.6.1"
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,21 @@ packages:
8080
name: matcher
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "0.12.10"
83+
version: "0.12.11"
84+
material_color_utilities:
85+
dependency: transitive
86+
description:
87+
name: material_color_utilities
88+
url: "https://pub.dartlang.org"
89+
source: hosted
90+
version: "0.1.3"
8491
meta:
8592
dependency: transitive
8693
description:
8794
name: meta
8895
url: "https://pub.dartlang.org"
8996
source: hosted
90-
version: "1.3.0"
97+
version: "1.7.0"
9198
path:
9299
dependency: transitive
93100
description:
@@ -141,7 +148,7 @@ packages:
141148
name: test_api
142149
url: "https://pub.dartlang.org"
143150
source: hosted
144-
version: "0.3.0"
151+
version: "0.4.8"
145152
typed_data:
146153
dependency: transitive
147154
description:
@@ -155,6 +162,6 @@ packages:
155162
name: vector_math
156163
url: "https://pub.dartlang.org"
157164
source: hosted
158-
version: "2.1.0"
165+
version: "2.1.1"
159166
sdks:
160-
dart: ">=2.12.0 <3.0.0"
167+
dart: ">=2.14.0 <3.0.0"

pubspec.lock

Lines changed: 17 additions & 8 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.6.1"
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,21 @@ packages:
6666
name: matcher
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "0.12.10"
69+
version: "0.12.11"
70+
material_color_utilities:
71+
dependency: transitive
72+
description:
73+
name: material_color_utilities
74+
url: "https://pub.dartlang.org"
75+
source: hosted
76+
version: "0.1.3"
7077
meta:
7178
dependency: transitive
7279
description:
7380
name: meta
7481
url: "https://pub.dartlang.org"
7582
source: hosted
76-
version: "1.3.0"
83+
version: "1.7.0"
7784
path:
7885
dependency: transitive
7986
description:
@@ -127,7 +134,7 @@ packages:
127134
name: test_api
128135
url: "https://pub.dartlang.org"
129136
source: hosted
130-
version: "0.3.0"
137+
version: "0.4.8"
131138
typed_data:
132139
dependency: transitive
133140
description:
@@ -141,6 +148,8 @@ packages:
141148
name: vector_math
142149
url: "https://pub.dartlang.org"
143150
source: hosted
144-
version: "2.1.0"
151+
version: "2.1.1"
145152
sdks:
146-
dart: ">=2.12.0 <3.0.0"
153+
dart: ">=2.14.0 <3.0.0"
154+
155+

0 commit comments

Comments
 (0)