Skip to content

Commit 5af5e97

Browse files
committed
v5.23.1
1 parent fcd9844 commit 5af5e97

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

.env-example

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
APP_NAME=Nylo
2-
APP_ENV=local
1+
APP_NAME="Nylo"
2+
APP_ENV="developing"
33
APP_DEBUG=true
4-
APP_URL=https://nylo.dev
4+
APP_URL="https://nylo.dev"
55

6-
API_BASE_URL=https://your-api.com
6+
API_BASE_URL="https://your-api.com"
77

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"
1212

1313
LIGHT_THEME_ID="light_theme"
1414
DARK_THEME_ID="dark_theme"
15+
16+
AUTH_USER_KEY="AUTH_USER"

pubspec.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ packages:
141141
dependency: transitive
142142
description:
143143
name: dio
144-
sha256: "797e1e341c3dd2f69f2dad42564a6feff3bfb87187d05abb93b9609e6f1645c3"
144+
sha256: "49af28382aefc53562459104f64d16b9dfd1e8ef68c862d5af436cc8356ce5a8"
145145
url: "https://pub.dev"
146146
source: hosted
147-
version: "5.4.0"
147+
version: "5.4.1"
148148
equatable:
149149
dependency: transitive
150150
description:
@@ -401,18 +401,18 @@ packages:
401401
dependency: "direct main"
402402
description:
403403
name: nylo_framework
404-
sha256: e24ab4d49e73f5a476071844bf54b9987c203ebb8ea9f966c02157a88a0f2016
404+
sha256: "8226cde6f2a29cb676da3ef5ec8cbfd24cc9a6555e7e6de1bc3138c916442a80"
405405
url: "https://pub.dev"
406406
source: hosted
407-
version: "5.21.2"
407+
version: "5.21.3"
408408
nylo_support:
409409
dependency: transitive
410410
description:
411411
name: nylo_support
412-
sha256: bd0995e801ca746e447cad2878aa1c0b55191ec033f17f33bfb78f7d99a421be
412+
sha256: ae31684e5888ea3801e0a3e01f928ef8a212bcd7a6367ac6de7df1a941a71010
413413
url: "https://pub.dev"
414414
source: hosted
415-
version: "5.48.0"
415+
version: "5.48.1"
416416
package_config:
417417
dependency: transitive
418418
description:
@@ -694,10 +694,10 @@ packages:
694694
dependency: "direct main"
695695
description:
696696
name: url_launcher
697-
sha256: c512655380d241a337521703af62d2c122bf7b77a46ff7dd750092aa9433499c
697+
sha256: "0ecc004c62fd3ed36a2ffcbe0dd9700aee63bd7532d0b642a488b1ec310f492e"
698698
url: "https://pub.dev"
699699
source: hosted
700-
version: "6.2.4"
700+
version: "6.2.5"
701701
url_launcher_android:
702702
dependency: transitive
703703
description:
@@ -819,5 +819,5 @@ packages:
819819
source: hosted
820820
version: "3.1.2"
821821
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"

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ environment:
1515
sdk: '>=3.1.3 <4.0.0'
1616

1717
dependencies:
18-
url_launcher: ^6.2.4
18+
url_launcher: ^6.2.5
1919
google_fonts: ^6.1.0
2020
analyzer: ^6.2.0
2121
intl: ^0.18.1
22-
nylo_framework: ^5.21.2
22+
nylo_framework: ^5.21.3
2323
pretty_dio_logger: ^1.3.1
2424
flutter:
2525
sdk: flutter

0 commit comments

Comments
 (0)