Skip to content

Commit 585409a

Browse files
committed
flutter format with beta version
1 parent 1c31e67 commit 585409a

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-20
lines changed

lib/data/user_repository_imp.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class UserRepositoryImpl implements UserRepository {
3838
.map(_Mappers.userAndTokenEntityToDomainAuthState)
3939
.onErrorReturn(UnauthenticatedState())
4040
.publishValue()
41-
..listen((state) => print('[USER_REPOSITORY] state=$state'))
42-
..connect() {
41+
..listen((state) => print('[USER_REPOSITORY] state=$state'))
42+
..connect() {
4343
_init();
4444
}
4545

lib/pages/reset_password/reset_password_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class _ResetPasswordPageState extends State<ResetPasswordPage>
8585
? animationController.reverse()
8686
: animationController.forward())
8787
.publishValueDistinct(true)
88-
..connect().disposedBy(bag);
88+
..connect().disposedBy(bag);
8989
requestEmailS.disposedBy(bag);
9090
}
9191

pubspec.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ packages:
2121
name: args
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.6.0"
24+
version: "2.2.0"
2525
async:
2626
dependency: transitive
2727
description:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.6.1"
31+
version: "2.7.0"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
@@ -49,35 +49,35 @@ packages:
4949
name: build_config
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "0.4.7"
52+
version: "1.0.0"
5353
build_daemon:
5454
dependency: transitive
5555
description:
5656
name: build_daemon
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "2.1.10"
59+
version: "3.0.0"
6060
build_resolvers:
6161
dependency: transitive
6262
description:
6363
name: build_resolvers
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "2.0.0"
66+
version: "2.0.4"
6767
build_runner:
6868
dependency: "direct dev"
6969
description:
7070
name: build_runner
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.12.2"
73+
version: "2.0.6"
7474
build_runner_core:
7575
dependency: transitive
7676
description:
7777
name: build_runner_core
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "6.1.12"
80+
version: "7.0.1"
8181
built_collection:
8282
dependency: transitive
8383
description:
@@ -112,7 +112,7 @@ packages:
112112
name: charcode
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "1.2.0"
115+
version: "1.3.1"
116116
checked_yaml:
117117
dependency: transitive
118118
description:
@@ -140,7 +140,7 @@ packages:
140140
name: code_builder
141141
url: "https://pub.dartlang.org"
142142
source: hosted
143-
version: "3.7.0"
143+
version: "4.1.0"
144144
collection:
145145
dependency: transitive
146146
description:
@@ -275,6 +275,13 @@ packages:
275275
description: flutter
276276
source: sdk
277277
version: "0.0.0"
278+
frontend_server_client:
279+
dependency: transitive
280+
description:
281+
name: frontend_server_client
282+
url: "https://pub.dartlang.org"
283+
source: hosted
284+
version: "2.1.0"
278285
glob:
279286
dependency: transitive
280287
description:
@@ -288,7 +295,7 @@ packages:
288295
name: graphs
289296
url: "https://pub.dartlang.org"
290297
source: hosted
291-
version: "1.0.0"
298+
version: "2.0.0"
292299
http:
293300
dependency: "direct main"
294301
description:
@@ -302,7 +309,7 @@ packages:
302309
name: http_multi_server
303310
url: "https://pub.dartlang.org"
304311
source: hosted
305-
version: "2.2.0"
312+
version: "3.0.1"
306313
http_parser:
307314
dependency: transitive
308315
description:
@@ -337,7 +344,7 @@ packages:
337344
name: io
338345
url: "https://pub.dartlang.org"
339346
source: hosted
340-
version: "0.3.4"
347+
version: "1.0.3"
341348
js:
342349
dependency: transitive
343350
description:
@@ -372,14 +379,14 @@ packages:
372379
name: meta
373380
url: "https://pub.dartlang.org"
374381
source: hosted
375-
version: "1.3.0"
382+
version: "1.7.0"
376383
mime:
377384
dependency: transitive
378385
description:
379386
name: mime
380387
url: "https://pub.dartlang.org"
381388
source: hosted
382-
version: "0.9.7"
389+
version: "1.0.0"
383390
octo_image:
384391
dependency: "direct main"
385392
description:
@@ -563,7 +570,7 @@ packages:
563570
name: shelf_web_socket
564571
url: "https://pub.dartlang.org"
565572
source: hosted
566-
version: "0.2.4+1"
573+
version: "1.0.1"
567574
sky_engine:
568575
dependency: transitive
569576
description: flutter
@@ -624,7 +631,7 @@ packages:
624631
name: test_api
625632
url: "https://pub.dartlang.org"
626633
source: hosted
627-
version: "0.3.0"
634+
version: "0.4.1"
628635
timing:
629636
dependency: transitive
630637
description:
@@ -666,7 +673,7 @@ packages:
666673
name: web_socket_channel
667674
url: "https://pub.dartlang.org"
668675
source: hosted
669-
version: "1.2.0"
676+
version: "2.1.0"
670677
win32:
671678
dependency: transitive
672679
description:

0 commit comments

Comments
 (0)