Skip to content

Commit e13bc25

Browse files
committed
Prepare for 0.32.3
1 parent 5a6589a commit e13bc25

File tree

5 files changed

+58
-39
lines changed

5 files changed

+58
-39
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,7 @@ Recursively merge the translation map with the fallback map
264264
Fix for #189
265265

266266
## [0.32.2]
267-
Fix for #190
267+
Fix for #190
268+
269+
## [0.32.3]
270+
Fix for #197 and #196
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
package io.flutter.plugins;
2+
3+
import io.flutter.plugin.common.PluginRegistry;
4+
5+
/**
6+
* Generated file. Do not edit.
7+
*/
8+
public final class GeneratedPluginRegistrant {
9+
public static void registerWith(PluginRegistry registry) {
10+
if (alreadyRegisteredWith(registry)) {
11+
return;
12+
}
13+
}
14+
15+
private static boolean alreadyRegisteredWith(PluginRegistry registry) {
16+
final String key = GeneratedPluginRegistrant.class.getCanonicalName();
17+
if (registry.hasPlugin(key)) {
18+
return true;
19+
}
20+
registry.registrarFor(key);
21+
return false;
22+
}
23+
}

example/pubspec.lock

+17-24
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "31.0.0"
10+
version: "40.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.0"
17+
version: "4.1.0"
1818
archive:
1919
dependency: transitive
2020
description:
2121
name: archive
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "3.1.6"
24+
version: "3.1.11"
2525
args:
2626
dependency: transitive
2727
description:
@@ -57,13 +57,6 @@ packages:
5757
url: "https://pub.dartlang.org"
5858
source: hosted
5959
version: "1.3.1"
60-
cli_util:
61-
dependency: transitive
62-
description:
63-
name: cli_util
64-
url: "https://pub.dartlang.org"
65-
source: hosted
66-
version: "0.3.5"
6760
clock:
6861
dependency: transitive
6962
description:
@@ -77,7 +70,7 @@ packages:
7770
name: collection
7871
url: "https://pub.dartlang.org"
7972
source: hosted
80-
version: "1.15.0"
73+
version: "1.16.0"
8174
convert:
8275
dependency: transitive
8376
description:
@@ -91,7 +84,7 @@ packages:
9184
name: coverage
9285
url: "https://pub.dartlang.org"
9386
source: hosted
94-
version: "1.0.3"
87+
version: "1.2.0"
9588
crypto:
9689
dependency: transitive
9790
description:
@@ -112,7 +105,7 @@ packages:
112105
name: fake_async
113106
url: "https://pub.dartlang.org"
114107
source: hosted
115-
version: "1.2.0"
108+
version: "1.3.0"
116109
ffi:
117110
dependency: transitive
118111
description:
@@ -143,7 +136,7 @@ packages:
143136
path: ".."
144137
relative: true
145138
source: path
146-
version: "0.32.2"
139+
version: "0.32.3"
147140
flutter_localizations:
148141
dependency: transitive
149142
description: flutter
@@ -224,7 +217,7 @@ packages:
224217
name: js
225218
url: "https://pub.dartlang.org"
226219
source: hosted
227-
version: "0.6.3"
220+
version: "0.6.4"
228221
logging:
229222
dependency: transitive
230223
description:
@@ -245,7 +238,7 @@ packages:
245238
name: material_color_utilities
246239
url: "https://pub.dartlang.org"
247240
source: hosted
248-
version: "0.1.3"
241+
version: "0.1.4"
249242
meta:
250243
dependency: transitive
251244
description:
@@ -280,7 +273,7 @@ packages:
280273
name: path
281274
url: "https://pub.dartlang.org"
282275
source: hosted
283-
version: "1.8.0"
276+
version: "1.8.1"
284277
path_provider:
285278
dependency: "direct main"
286279
description:
@@ -432,7 +425,7 @@ packages:
432425
name: source_span
433426
url: "https://pub.dartlang.org"
434427
source: hosted
435-
version: "1.8.1"
428+
version: "1.8.2"
436429
stack_trace:
437430
dependency: transitive
438431
description:
@@ -474,21 +467,21 @@ packages:
474467
name: test
475468
url: "https://pub.dartlang.org"
476469
source: hosted
477-
version: "1.19.5"
470+
version: "1.21.1"
478471
test_api:
479472
dependency: transitive
480473
description:
481474
name: test_api
482475
url: "https://pub.dartlang.org"
483476
source: hosted
484-
version: "0.4.8"
477+
version: "0.4.9"
485478
test_core:
486479
dependency: transitive
487480
description:
488481
name: test_core
489482
url: "https://pub.dartlang.org"
490483
source: hosted
491-
version: "0.4.9"
484+
version: "0.4.13"
492485
toml:
493486
dependency: transitive
494487
description:
@@ -509,14 +502,14 @@ packages:
509502
name: vector_math
510503
url: "https://pub.dartlang.org"
511504
source: hosted
512-
version: "2.1.1"
505+
version: "2.1.2"
513506
vm_service:
514507
dependency: transitive
515508
description:
516509
name: vm_service
517510
url: "https://pub.dartlang.org"
518511
source: hosted
519-
version: "7.5.0"
512+
version: "8.2.2"
520513
watcher:
521514
dependency: transitive
522515
description:
@@ -581,5 +574,5 @@ packages:
581574
source: hosted
582575
version: "3.1.0"
583576
sdks:
584-
dart: ">=2.14.0 <3.0.0"
577+
dart: ">=2.17.0-0 <3.0.0"
585578
flutter: ">=2.5.0"

pubspec.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
fake_async:
4747
dependency: transitive
4848
description:
4949
name: fake_async
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.2.0"
52+
version: "1.3.0"
5353
flutter:
5454
dependency: "direct main"
5555
description: flutter
@@ -83,7 +83,7 @@ packages:
8383
name: http_parser
8484
url: "https://pub.dartlang.org"
8585
source: hosted
86-
version: "4.0.0"
86+
version: "4.0.1"
8787
intl:
8888
dependency: "direct main"
8989
description:
@@ -97,7 +97,7 @@ packages:
9797
name: js
9898
url: "https://pub.dartlang.org"
9999
source: hosted
100-
version: "0.6.3"
100+
version: "0.6.4"
101101
logging:
102102
dependency: "direct main"
103103
description:
@@ -118,7 +118,7 @@ packages:
118118
name: material_color_utilities
119119
url: "https://pub.dartlang.org"
120120
source: hosted
121-
version: "0.1.3"
121+
version: "0.1.4"
122122
meta:
123123
dependency: transitive
124124
description:
@@ -132,7 +132,7 @@ packages:
132132
name: path
133133
url: "https://pub.dartlang.org"
134134
source: hosted
135-
version: "1.8.0"
135+
version: "1.8.1"
136136
pedantic:
137137
dependency: "direct dev"
138138
description:
@@ -153,7 +153,7 @@ packages:
153153
name: quiver
154154
url: "https://pub.dartlang.org"
155155
source: hosted
156-
version: "3.0.1+1"
156+
version: "3.1.0"
157157
sky_engine:
158158
dependency: transitive
159159
description: flutter
@@ -165,7 +165,7 @@ packages:
165165
name: source_span
166166
url: "https://pub.dartlang.org"
167167
source: hosted
168-
version: "1.8.1"
168+
version: "1.8.2"
169169
stack_trace:
170170
dependency: transitive
171171
description:
@@ -200,7 +200,7 @@ packages:
200200
name: test_api
201201
url: "https://pub.dartlang.org"
202202
source: hosted
203-
version: "0.4.8"
203+
version: "0.4.9"
204204
toml:
205205
dependency: "direct main"
206206
description:
@@ -214,14 +214,14 @@ packages:
214214
name: typed_data
215215
url: "https://pub.dartlang.org"
216216
source: hosted
217-
version: "1.3.0"
217+
version: "1.3.1"
218218
vector_math:
219219
dependency: transitive
220220
description:
221221
name: vector_math
222222
url: "https://pub.dartlang.org"
223223
source: hosted
224-
version: "2.1.1"
224+
version: "2.1.2"
225225
xml:
226226
dependency: transitive
227227
description:
@@ -242,6 +242,6 @@ packages:
242242
name: yaml
243243
url: "https://pub.dartlang.org"
244244
source: hosted
245-
version: "3.1.0"
245+
version: "3.1.1"
246246
sdks:
247-
dart: ">=2.14.0 <3.0.0"
247+
dart: ">=2.17.0-0 <3.0.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_i18n
22
description: i18n made easy for Flutter. With flutter_i18n you can make your app international, using just a simple .json file!
3-
version: 0.32.2
3+
version: 0.32.3
44
homepage: https://github.com/ilteoood/flutter_i18n
55
issue_tracker: https://github.com/ilteoood/flutter_i18n/issues
66

0 commit comments

Comments
 (0)