Skip to content

Commit 1309125

Browse files
committed
FLUT-4313-Sample updated with null safety.
1 parent 047b402 commit 1309125

File tree

2 files changed

+40
-137
lines changed

2 files changed

+40
-137
lines changed

pubspec.lock

Lines changed: 37 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,62 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4-
archive:
5-
dependency: transitive
6-
description:
7-
name: archive
8-
url: "https://pub.dartlang.org"
9-
source: hosted
10-
version: "2.0.11"
11-
args:
12-
dependency: transitive
13-
description:
14-
name: args
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "1.5.2"
184
async:
195
dependency: transitive
206
description:
217
name: async
228
url: "https://pub.dartlang.org"
239
source: hosted
24-
version: "2.4.0"
10+
version: "2.5.0"
2511
boolean_selector:
2612
dependency: transitive
2713
description:
2814
name: boolean_selector
2915
url: "https://pub.dartlang.org"
3016
source: hosted
31-
version: "1.0.5"
32-
charcode:
17+
version: "2.1.0"
18+
characters:
3319
dependency: transitive
3420
description:
35-
name: charcode
21+
name: characters
3622
url: "https://pub.dartlang.org"
3723
source: hosted
38-
version: "1.1.2"
39-
collection:
24+
version: "1.1.0"
25+
charcode:
4026
dependency: transitive
4127
description:
42-
name: collection
28+
name: charcode
4329
url: "https://pub.dartlang.org"
4430
source: hosted
45-
version: "1.14.11"
46-
convert:
31+
version: "1.2.0"
32+
clock:
4733
dependency: transitive
4834
description:
49-
name: convert
35+
name: clock
5036
url: "https://pub.dartlang.org"
5137
source: hosted
52-
version: "2.1.1"
53-
crypto:
38+
version: "1.1.0"
39+
collection:
5440
dependency: transitive
5541
description:
56-
name: crypto
42+
name: collection
5743
url: "https://pub.dartlang.org"
5844
source: hosted
59-
version: "2.1.3"
45+
version: "1.15.0"
6046
cupertino_icons:
6147
dependency: "direct main"
6248
description:
6349
name: cupertino_icons
6450
url: "https://pub.dartlang.org"
6551
source: hosted
66-
version: "0.1.3"
52+
version: "1.0.2"
53+
fake_async:
54+
dependency: transitive
55+
description:
56+
name: fake_async
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "1.2.0"
6760
flutter:
6861
dependency: "direct main"
6962
description: flutter
@@ -74,81 +67,34 @@ packages:
7467
description: flutter
7568
source: sdk
7669
version: "0.0.0"
77-
flutter_web_plugins:
78-
dependency: transitive
79-
description: flutter
80-
source: sdk
81-
version: "0.0.0"
82-
image:
83-
dependency: transitive
84-
description:
85-
name: image
86-
url: "https://pub.dartlang.org"
87-
source: hosted
88-
version: "2.1.4"
8970
intl:
9071
dependency: transitive
9172
description:
9273
name: intl
9374
url: "https://pub.dartlang.org"
9475
source: hosted
95-
version: "0.16.1"
76+
version: "0.17.0"
9677
matcher:
9778
dependency: transitive
9879
description:
9980
name: matcher
10081
url: "https://pub.dartlang.org"
10182
source: hosted
102-
version: "0.12.6"
83+
version: "0.12.10"
10384
meta:
10485
dependency: transitive
10586
description:
10687
name: meta
10788
url: "https://pub.dartlang.org"
10889
source: hosted
109-
version: "1.1.8"
90+
version: "1.3.0"
11091
path:
11192
dependency: transitive
11293
description:
11394
name: path
11495
url: "https://pub.dartlang.org"
11596
source: hosted
116-
version: "1.6.4"
117-
petitparser:
118-
dependency: transitive
119-
description:
120-
name: petitparser
121-
url: "https://pub.dartlang.org"
122-
source: hosted
123-
version: "2.4.0"
124-
platform_detect:
125-
dependency: transitive
126-
description:
127-
name: platform_detect
128-
url: "https://pub.dartlang.org"
129-
source: hosted
130-
version: "1.4.0"
131-
plugin_platform_interface:
132-
dependency: transitive
133-
description:
134-
name: plugin_platform_interface
135-
url: "https://pub.dartlang.org"
136-
source: hosted
137-
version: "1.0.2"
138-
pub_semver:
139-
dependency: transitive
140-
description:
141-
name: pub_semver
142-
url: "https://pub.dartlang.org"
143-
source: hosted
144-
version: "1.4.4"
145-
quiver:
146-
dependency: transitive
147-
description:
148-
name: quiver
149-
url: "https://pub.dartlang.org"
150-
source: hosted
151-
version: "2.0.5"
97+
version: "1.8.0"
15298
sky_engine:
15399
dependency: transitive
154100
description: flutter
@@ -160,112 +106,69 @@ packages:
160106
name: source_span
161107
url: "https://pub.dartlang.org"
162108
source: hosted
163-
version: "1.5.5"
109+
version: "1.8.1"
164110
stack_trace:
165111
dependency: transitive
166112
description:
167113
name: stack_trace
168114
url: "https://pub.dartlang.org"
169115
source: hosted
170-
version: "1.9.3"
116+
version: "1.10.0"
171117
stream_channel:
172118
dependency: transitive
173119
description:
174120
name: stream_channel
175121
url: "https://pub.dartlang.org"
176122
source: hosted
177-
version: "2.0.0"
123+
version: "2.1.0"
178124
string_scanner:
179125
dependency: transitive
180126
description:
181127
name: string_scanner
182128
url: "https://pub.dartlang.org"
183129
source: hosted
184-
version: "1.0.5"
130+
version: "1.1.0"
185131
syncfusion_flutter_core:
186132
dependency: transitive
187133
description:
188134
name: syncfusion_flutter_core
189135
url: "https://pub.dartlang.org"
190136
source: hosted
191-
version: "18.2.44"
137+
version: "19.1.55"
192138
syncfusion_flutter_datepicker:
193139
dependency: "direct main"
194140
description:
195141
name: syncfusion_flutter_datepicker
196142
url: "https://pub.dartlang.org"
197143
source: hosted
198-
version: "18.2.44-beta"
144+
version: "19.1.55-beta"
199145
term_glyph:
200146
dependency: transitive
201147
description:
202148
name: term_glyph
203149
url: "https://pub.dartlang.org"
204150
source: hosted
205-
version: "1.1.0"
151+
version: "1.2.0"
206152
test_api:
207153
dependency: transitive
208154
description:
209155
name: test_api
210156
url: "https://pub.dartlang.org"
211157
source: hosted
212-
version: "0.2.15"
158+
version: "0.2.19"
213159
typed_data:
214160
dependency: transitive
215161
description:
216162
name: typed_data
217163
url: "https://pub.dartlang.org"
218164
source: hosted
219-
version: "1.1.6"
220-
url_launcher:
221-
dependency: transitive
222-
description:
223-
name: url_launcher
224-
url: "https://pub.dartlang.org"
225-
source: hosted
226-
version: "5.4.11"
227-
url_launcher_macos:
228-
dependency: transitive
229-
description:
230-
name: url_launcher_macos
231-
url: "https://pub.dartlang.org"
232-
source: hosted
233-
version: "0.0.1+7"
234-
url_launcher_platform_interface:
235-
dependency: transitive
236-
description:
237-
name: url_launcher_platform_interface
238-
url: "https://pub.dartlang.org"
239-
source: hosted
240-
version: "1.0.7"
241-
url_launcher_web:
242-
dependency: transitive
243-
description:
244-
name: url_launcher_web
245-
url: "https://pub.dartlang.org"
246-
source: hosted
247-
version: "0.1.1+6"
248-
utf:
249-
dependency: transitive
250-
description:
251-
name: utf
252-
url: "https://pub.dartlang.org"
253-
source: hosted
254-
version: "0.9.0+5"
165+
version: "1.3.0"
255166
vector_math:
256167
dependency: transitive
257168
description:
258169
name: vector_math
259170
url: "https://pub.dartlang.org"
260171
source: hosted
261-
version: "2.0.8"
262-
xml:
263-
dependency: transitive
264-
description:
265-
name: xml
266-
url: "https://pub.dartlang.org"
267-
source: hosted
268-
version: "3.5.0"
172+
version: "2.1.0"
269173
sdks:
270-
dart: ">=2.5.0 <3.0.0"
271-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
174+
dart: ">=2.12.0 <3.0.0"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ description: A new Flutter application.
1414
version: 1.0.0+1
1515

1616
environment:
17-
sdk: ">=2.1.0 <3.0.0"
17+
sdk: '>=2.12.0 <3.0.0'
1818

1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
syncfusion_flutter_datepicker: 18.2.44-beta
22+
syncfusion_flutter_datepicker: ^19.1.55-beta
2323

2424

2525
# The following adds the Cupertino Icons font to your application.
2626
# Use with the CupertinoIcons class for iOS style icons.
27-
cupertino_icons: ^0.1.3
27+
cupertino_icons: ^1.0.2
2828

2929
dev_dependencies:
3030
flutter_test:

0 commit comments

Comments
 (0)