File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222
2323const app_name = "MyApp" ;
2424
25- const app_key =
26- "app key" ;
25+ const app_key = "My app key" ;
2726
2827const app_logo_url = "https://woosignal.com/images/120x120_woosignal.png" ;
2928
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ packages:
8484 name: device_info
8585 url: "https://pub.dartlang.org"
8686 source: hosted
87- version: "0.4.1 +1"
87+ version: "0.4.2 +1"
8888 dio:
8989 dependency: "direct main"
9090 description:
@@ -218,12 +218,12 @@ packages:
218218 source: hosted
219219 version: "2.1.4"
220220 intl:
221- dependency: "direct overridden "
221+ dependency: "direct main "
222222 description:
223223 name: intl
224224 url: "https://pub.dartlang.org"
225225 source: hosted
226- version: "0.15.8 "
226+ version: "0.16.0 "
227227 matcher:
228228 dependency: transitive
229229 description:
@@ -410,7 +410,7 @@ packages:
410410 name: uuid
411411 url: "https://pub.dartlang.org"
412412 source: hosted
413- version: "2.0.2 "
413+ version: "2.0.4 "
414414 vector_math:
415415 dependency: transitive
416416 description:
@@ -424,7 +424,7 @@ packages:
424424 name: woosignal
425425 url: "https://pub.dartlang.org"
426426 source: hosted
427- version: "1.0.2 "
427+ version: "1.0.3 "
428428 woosignal_stripe:
429429 dependency: "direct main"
430430 description:
@@ -448,4 +448,4 @@ packages:
448448 version: "2.2.0"
449449sdks:
450450 dart: ">=2.5.0 <3.0.0"
451- flutter: ">=1.12.13+hotfix.4 <2.0.0"
451+ flutter: ">=1.12.13+hotfix.5 <2.0.0"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ environment:
2323 sdk : " >=2.1.0 <3.0.0"
2424
2525dependencies :
26- woosignal : ^1.0.2
26+ woosignal : ^1.0.3
2727 woosignal_stripe : ^0.0.4
2828 shared_preferences : ^0.5.6+3
2929 cached_network_image : ^2.0.0
@@ -32,6 +32,7 @@ dependencies:
3232 flutter_money_formatter : ^0.8.3
3333 flutter_web_browser : ^0.11.0
3434 dio : ^3.0.9
35+ intl : ^0.15.8
3536 flutter_swiper : ^1.1.6
3637 edge_alert : ^0.0.1
3738 status_alert : ^0.1.1
@@ -55,7 +56,7 @@ flutter_icons:
5556 android : " launcher_icon"
5657 ios : true
5758 image_path : " assets/icon/appicon.png"
58-
59+
5960dependency_overrides :
6061 intl :
6162
You can’t perform that action at this time.
0 commit comments