Skip to content

Commit 9a941e7

Browse files
author
Rinzin Wangchuk
committed
fix lint
1 parent e407217 commit 9a941e7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,4 @@ lint/tmp/
189189
# Android Profiling
190190
*.hprof
191191

192+
.dart_tool/

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ await JailbreakRootDetection.instance.setLogging(false);
6262

6363
**How it works:**
6464

65-
- In **release builds**: Logging is automatically disabled (default)
66-
- In **debug builds**: Logging is enabled by default; call `setLogging(false)` to disable
65+
- The logging is disabled by default
6766
- The flag is in-memory and resets on app restart
6867

6968
**Complete removal in release:**

pubspec.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ packages:
2121
dependency: transitive
2222
description:
2323
name: characters
24-
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
24+
sha256: faf38497bda5ead2a8c7615f4f7939df04333478bf32e4173fcb06d428b5716b
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "1.4.0"
27+
version: "1.4.1"
2828
clock:
2929
dependency: transitive
3030
description:
@@ -103,26 +103,26 @@ packages:
103103
dependency: transitive
104104
description:
105105
name: matcher
106-
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
106+
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
107107
url: "https://pub.dev"
108108
source: hosted
109-
version: "0.12.17"
109+
version: "0.12.18"
110110
material_color_utilities:
111111
dependency: transitive
112112
description:
113113
name: material_color_utilities
114-
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
114+
sha256: "9c337007e82b1889149c82ed242ed1cb24a66044e30979c44912381e9be4c48b"
115115
url: "https://pub.dev"
116116
source: hosted
117-
version: "0.11.1"
117+
version: "0.13.0"
118118
meta:
119119
dependency: transitive
120120
description:
121121
name: meta
122-
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
122+
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
123123
url: "https://pub.dev"
124124
source: hosted
125-
version: "1.16.0"
125+
version: "1.17.0"
126126
path:
127127
dependency: transitive
128128
description:
@@ -180,10 +180,10 @@ packages:
180180
dependency: transitive
181181
description:
182182
name: test_api
183-
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
183+
sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
184184
url: "https://pub.dev"
185185
source: hosted
186-
version: "0.7.6"
186+
version: "0.7.8"
187187
vector_math:
188188
dependency: transitive
189189
description:
@@ -201,5 +201,5 @@ packages:
201201
source: hosted
202202
version: "14.2.1"
203203
sdks:
204-
dart: ">=3.8.0-0 <4.0.0"
204+
dart: ">=3.9.0-0 <4.0.0"
205205
flutter: ">=3.18.0-18.0.pre.54"

0 commit comments

Comments
 (0)