Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e3d00aa

Browse files
resurrection from the dead :(
1 parent 83a80ab commit e3d00aa

File tree

4 files changed

+25
-69
lines changed

4 files changed

+25
-69
lines changed

‎integration_test/app_test.dart

Lines changed: 0 additions & 36 deletions
This file was deleted.

‎integration_test/driver.dart

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎lib/screens/homepage.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ class _HomePgaeState extends State<HomePgae> with TickerProviderStateMixin {
142142
title: Text(title),
143143
content: Text(message),
144144
actions: <Widget>[
145-
FlatButton(
145+
TextButton(
146146
child: Text(btnLabel),
147147
onPressed: () => _launchURL(playStoreUrl),
148148
),
149-
FlatButton(
149+
TextButton(
150150
child: Text(btnLabelCancel),
151151
onPressed: () => Navigator.pop(context),
152152
),
@@ -156,11 +156,11 @@ class _HomePgaeState extends State<HomePgae> with TickerProviderStateMixin {
156156
title: Text(title),
157157
content: Text(message),
158158
actions: <Widget>[
159-
FlatButton(
159+
TextButton(
160160
child: Text(btnLabel),
161161
onPressed: () => _launchURL(playStoreUrl),
162162
),
163-
FlatButton(
163+
TextButton(
164164
child: Text(btnLabelCancel),
165165
onPressed: () => Navigator.pop(context),
166166
),

‎pubspec.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,42 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0-nullsafety.3"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.1.0-nullsafety.3"
17+
version: "2.1.0"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0-nullsafety.5"
24+
version: "1.1.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-nullsafety.3"
31+
version: "1.2.0"
3232
clock:
3333
dependency: transitive
3434
description:
3535
name: clock
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.1.0-nullsafety.3"
38+
version: "1.1.0"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0-nullsafety.5"
45+
version: "1.15.0"
4646
connectivity:
4747
dependency: "direct main"
4848
description:
@@ -98,7 +98,7 @@ packages:
9898
name: fake_async
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "1.2.0-nullsafety.3"
101+
version: "1.2.0"
102102
ffi:
103103
dependency: transitive
104104
description:
@@ -225,21 +225,21 @@ packages:
225225
name: js
226226
url: "https://pub.dartlang.org"
227227
source: hosted
228-
version: "0.6.3-nullsafety.3"
228+
version: "0.6.3"
229229
matcher:
230230
dependency: transitive
231231
description:
232232
name: matcher
233233
url: "https://pub.dartlang.org"
234234
source: hosted
235-
version: "0.12.10-nullsafety.3"
235+
version: "0.12.10"
236236
meta:
237237
dependency: transitive
238238
description:
239239
name: meta
240240
url: "https://pub.dartlang.org"
241241
source: hosted
242-
version: "1.3.0-nullsafety.6"
242+
version: "1.3.0"
243243
mime:
244244
dependency: transitive
245245
description:
@@ -260,7 +260,7 @@ packages:
260260
name: path
261261
url: "https://pub.dartlang.org"
262262
source: hosted
263-
version: "1.8.0-nullsafety.3"
263+
version: "1.8.0"
264264
path_provider:
265265
dependency: transitive
266266
description:
@@ -349,49 +349,49 @@ packages:
349349
name: source_span
350350
url: "https://pub.dartlang.org"
351351
source: hosted
352-
version: "1.8.0-nullsafety.4"
352+
version: "1.8.1"
353353
stack_trace:
354354
dependency: transitive
355355
description:
356356
name: stack_trace
357357
url: "https://pub.dartlang.org"
358358
source: hosted
359-
version: "1.10.0-nullsafety.6"
359+
version: "1.10.0"
360360
stream_channel:
361361
dependency: transitive
362362
description:
363363
name: stream_channel
364364
url: "https://pub.dartlang.org"
365365
source: hosted
366-
version: "2.1.0-nullsafety.3"
366+
version: "2.1.0"
367367
string_scanner:
368368
dependency: transitive
369369
description:
370370
name: string_scanner
371371
url: "https://pub.dartlang.org"
372372
source: hosted
373-
version: "1.1.0-nullsafety.3"
373+
version: "1.1.0"
374374
term_glyph:
375375
dependency: transitive
376376
description:
377377
name: term_glyph
378378
url: "https://pub.dartlang.org"
379379
source: hosted
380-
version: "1.2.0-nullsafety.3"
380+
version: "1.2.0"
381381
test_api:
382382
dependency: transitive
383383
description:
384384
name: test_api
385385
url: "https://pub.dartlang.org"
386386
source: hosted
387-
version: "0.2.19-nullsafety.6"
387+
version: "0.3.0"
388388
typed_data:
389389
dependency: transitive
390390
description:
391391
name: typed_data
392392
url: "https://pub.dartlang.org"
393393
source: hosted
394-
version: "1.3.0-nullsafety.5"
394+
version: "1.3.0"
395395
url_launcher:
396396
dependency: "direct main"
397397
description:
@@ -447,7 +447,7 @@ packages:
447447
name: vector_math
448448
url: "https://pub.dartlang.org"
449449
source: hosted
450-
version: "2.1.0-nullsafety.5"
450+
version: "2.1.0"
451451
win32:
452452
dependency: transitive
453453
description:
@@ -463,5 +463,5 @@ packages:
463463
source: hosted
464464
version: "0.1.2"
465465
sdks:
466-
dart: ">=2.12.0-0.0 <3.0.0"
467-
flutter: ">=1.22.0 <2.0.0"
466+
dart: ">=2.12.0 <3.0.0"
467+
flutter: ">=1.22.0"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /