File tree 3 files changed +22
-20
lines changed
3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 1
- APP_NAME=Nylo
2
- APP_ENV=local
1
+ APP_NAME=" Nylo"
2
+ APP_ENV="developing"
3
3
APP_DEBUG=true
4
- APP_URL=https://nylo.dev
4
+ APP_URL=" https://nylo.dev"
5
5
6
- API_BASE_URL=https://your-api.com
6
+ API_BASE_URL=" https://your-api.com"
7
7
8
- ASSET_PATH_PUBLIC=public/assets
9
- ASSET_PATH_IMAGES=public/assets/images
10
- TIMEZONE=UTC
11
- DEFAULT_LOCALE=en
8
+ ASSET_PATH_PUBLIC=" public/assets"
9
+ ASSET_PATH_IMAGES=" public/assets/images"
10
+ TIMEZONE=" UTC"
11
+ DEFAULT_LOCALE="en"
12
12
13
13
LIGHT_THEME_ID="light_theme"
14
14
DARK_THEME_ID="dark_theme"
15
+
16
+ AUTH_USER_KEY="AUTH_USER"
Original file line number Diff line number Diff line change @@ -141,10 +141,10 @@ packages:
141
141
dependency: transitive
142
142
description:
143
143
name: dio
144
- sha256: "797e1e341c3dd2f69f2dad42564a6feff3bfb87187d05abb93b9609e6f1645c3 "
144
+ sha256: "49af28382aefc53562459104f64d16b9dfd1e8ef68c862d5af436cc8356ce5a8 "
145
145
url: "https://pub.dev"
146
146
source: hosted
147
- version: "5.4.0 "
147
+ version: "5.4.1 "
148
148
equatable:
149
149
dependency: transitive
150
150
description:
@@ -401,18 +401,18 @@ packages:
401
401
dependency: "direct main"
402
402
description:
403
403
name: nylo_framework
404
- sha256: e24ab4d49e73f5a476071844bf54b9987c203ebb8ea9f966c02157a88a0f2016
404
+ sha256: "8226cde6f2a29cb676da3ef5ec8cbfd24cc9a6555e7e6de1bc3138c916442a80"
405
405
url: "https://pub.dev"
406
406
source: hosted
407
- version: "5.21.2 "
407
+ version: "5.21.3 "
408
408
nylo_support:
409
409
dependency: transitive
410
410
description:
411
411
name: nylo_support
412
- sha256: bd0995e801ca746e447cad2878aa1c0b55191ec033f17f33bfb78f7d99a421be
412
+ sha256: ae31684e5888ea3801e0a3e01f928ef8a212bcd7a6367ac6de7df1a941a71010
413
413
url: "https://pub.dev"
414
414
source: hosted
415
- version: "5.48.0 "
415
+ version: "5.48.1 "
416
416
package_config:
417
417
dependency: transitive
418
418
description:
@@ -694,10 +694,10 @@ packages:
694
694
dependency: "direct main"
695
695
description:
696
696
name: url_launcher
697
- sha256: c512655380d241a337521703af62d2c122bf7b77a46ff7dd750092aa9433499c
697
+ sha256: "0ecc004c62fd3ed36a2ffcbe0dd9700aee63bd7532d0b642a488b1ec310f492e"
698
698
url: "https://pub.dev"
699
699
source: hosted
700
- version: "6.2.4 "
700
+ version: "6.2.5 "
701
701
url_launcher_android:
702
702
dependency: transitive
703
703
description:
@@ -819,5 +819,5 @@ packages:
819
819
source: hosted
820
820
version: "3.1.2"
821
821
sdks:
822
- dart: ">=3.2.0-0 <4.0.0"
823
- flutter: ">=3.13 .0"
822
+ dart: ">=3.2.0 <4.0.0"
823
+ flutter: ">=3.16 .0"
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ environment:
15
15
sdk : ' >=3.1.3 <4.0.0'
16
16
17
17
dependencies :
18
- url_launcher : ^6.2.4
18
+ url_launcher : ^6.2.5
19
19
google_fonts : ^6.1.0
20
20
analyzer : ^6.2.0
21
21
intl : ^0.18.1
22
- nylo_framework : ^5.21.2
22
+ nylo_framework : ^5.21.3
23
23
pretty_dio_logger : ^1.3.1
24
24
flutter :
25
25
sdk : flutter
You can’t perform that action at this time.
0 commit comments