CAKE-54 | merged new world branch into current

OleksandrSobol committed Sep 28, 2020 at 21:47 UTC 75a30c7567238bb30de4258c7893b89f32049596
2 files changed +14 -21
lib/utils/show_pop_up.dart
+2 -2
@@ -14,8 +14,8 @@ Future<T> showPopUp<T>({
14 context: context,
15 builder: builder,
16 barrierDismissible: barrierDismissible,
17 - barrierColor: barrierColor,
18 - useSafeArea: useSafeArea,
17 + //barrierColor: barrierColor,
18 + //useSafeArea: useSafeArea,
19 useRootNavigator: useRootNavigator,
20 routeSettings: routeSettings,
21 child: child);
pubspec.lock
+12 -19
@@ -42,7 +42,7 @@ packages:
42 name: async
43 url: "https://pub.dartlang.org"
44 source: hosted
45 - version: "2.4.2"
45 + version: "2.4.1"
46 auto_size_text:
47 dependency: "direct main"
48 description:
@@ -210,7 +210,7 @@ packages:
210 name: collection
211 url: "https://pub.dartlang.org"
212 source: hosted
213 - version: "1.14.13"
213 + version: "1.14.12"
214 connectivity:
215 dependency: "direct main"
216 description:
@@ -252,7 +252,7 @@ packages:
252 name: crypto
253 url: "https://pub.dartlang.org"
254 source: hosted
255 - version: "2.1.5"
255 + version: "2.1.4"
256 csslib:
257 dependency: transitive
258 description:
@@ -330,13 +330,6 @@ packages:
330 url: "https://pub.dartlang.org"
331 source: hosted
332 version: "1.0.2"
333 - fake_async:
334 - dependency: transitive
335 - description:
336 - name: fake_async
337 - url: "https://pub.dartlang.org"
338 - source: hosted
339 - version: "1.1.0"
333 ffi:
334 dependency: transitive
335 description:
@@ -505,7 +498,7 @@ packages:
498 name: image
499 url: "https://pub.dartlang.org"
500 source: hosted
508 - version: "2.1.18"
501 + version: "2.1.12"
502 intl:
503 dependency: "direct main"
504 description:
@@ -554,7 +547,7 @@ packages:
547 name: matcher
548 url: "https://pub.dartlang.org"
549 source: hosted
557 - version: "0.12.8"
550 + version: "0.12.6"
551 meta:
552 dependency: transitive
553 description:
@@ -624,7 +617,7 @@ packages:
617 name: path
618 url: "https://pub.dartlang.org"
619 source: hosted
627 - version: "1.7.0"
620 + version: "1.6.4"
621 path_drawing:
622 dependency: transitive
623 description:
@@ -687,7 +680,7 @@ packages:
680 name: petitparser
681 url: "https://pub.dartlang.org"
682 source: hosted
690 - version: "3.0.4"
683 + version: "2.4.0"
684 platform:
685 dependency: transitive
686 description:
@@ -867,7 +860,7 @@ packages:
860 name: stack_trace
861 url: "https://pub.dartlang.org"
862 source: hosted
870 - version: "1.9.5"
863 + version: "1.9.3"
864 stream_channel:
865 dependency: transitive
866 description:
@@ -902,7 +895,7 @@ packages:
895 name: test_api
896 url: "https://pub.dartlang.org"
897 source: hosted
905 - version: "0.2.17"
898 + version: "0.2.15"
899 time:
900 dependency: transitive
901 description:
@@ -923,7 +916,7 @@ packages:
916 name: typed_data
917 url: "https://pub.dartlang.org"
918 source: hosted
926 - version: "1.2.0"
919 + version: "1.1.6"
920 url_launcher:
921 dependency: "direct main"
922 description:
@@ -1014,7 +1007,7 @@ packages:
1007 name: xml
1008 url: "https://pub.dartlang.org"
1009 source: hosted
1017 - version: "4.5.1"
1010 + version: "3.6.1"
1011 yaml:
1012 dependency: "direct main"
1013 description:
@@ -1023,5 +1016,5 @@ packages:
1016 source: hosted
1017 version: "2.2.1"
1018 sdks:
1026 - dart: ">=2.9.0-14.0.dev <3.0.0"
1019 + dart: ">=2.7.0 <3.0.0"
1020 flutter: ">=1.12.13+hotfix.5 <2.0.0"