Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b4a848

Browse filesBrowse files
committed
⚡ Added Links
1 parent 9b6ee47 commit 1b4a848
Copy full SHA for 1b4a848

File tree

5 files changed

+52
-38
lines changed
Filter options

5 files changed

+52
-38
lines changed

‎assets/git1.png

Copy file name to clipboard
3.3 KB
Loading

‎assets/web1.png

Copy file name to clipboard
38.3 KB
Loading

‎lib/screens/about_screen.dart

Copy file name to clipboardExpand all lines: lib/screens/about_screen.dart
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class _AboutScreenState extends State<AboutScreen> {
5959
},
6060
child: Image(
6161
height: 25,
62-
image: AssetImage('assets/github.png'),
62+
image: AssetImage('assets/git1.png'),
6363
),
6464
),
6565
SizedBox(width: 10),
@@ -69,7 +69,7 @@ class _AboutScreenState extends State<AboutScreen> {
6969
},
7070
child: Image(
7171
height: 22,
72-
image: AssetImage('assets/web.png'),
72+
image: AssetImage('assets/web1.png'),
7373
),
7474
),
7575
],
@@ -104,7 +104,7 @@ class _AboutScreenState extends State<AboutScreen> {
104104
}
105105

106106
void _launchURL() async {
107-
const url = 'https://github.com/CRYPTOcoderAS';
107+
const url = 'https://getsachan.co';
108108
if (await canLaunch(url)) {
109109
await launch(url);
110110
} else {
@@ -113,7 +113,7 @@ void _launchURL() async {
113113
}
114114

115115
void _launchURL1() async {
116-
const url = 'https://sachan1.netlify.app/';
116+
const url = 'https://getsachan.co/';
117117
if (await canLaunch(url)) {
118118
await launch(url);
119119
} else {

‎lib/screens/home_screen.dart

Copy file name to clipboardExpand all lines: lib/screens/home_screen.dart
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ class _HomeScreenState extends State<HomeScreen> {
165165
? 'No Username'
166166
: passwords[index].username,
167167
style: TextStyle(
168-
color: Colors.red,
169-
fontWeight: FontWeight.w500,
168+
color: Colors.yellow,
169+
fontWeight: FontWeight.w700,
170170
),
171171
),
172172
onTap: () => Navigator.push(

‎pubspec.lock

Copy file name to clipboardExpand all lines: pubspec.lock
+46-32Lines changed: 46 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "3.1.6"
10+
version: "3.3.2"
1111
args:
1212
dependency: transitive
1313
description:
1414
name: args
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.3.0"
17+
version: "2.3.1"
1818
asn1lib:
1919
dependency: transitive
2020
description:
2121
name: asn1lib
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.0.3"
24+
version: "1.2.0"
2525
async:
2626
dependency: transitive
2727
description:
@@ -70,21 +70,21 @@ packages:
7070
name: convert
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "3.0.1"
73+
version: "3.1.0"
7474
crypto:
7575
dependency: transitive
7676
description:
7777
name: crypto
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "3.0.1"
80+
version: "3.0.2"
8181
cupertino_icons:
8282
dependency: "direct main"
8383
description:
8484
name: cupertino_icons
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "1.0.4"
87+
version: "1.0.5"
8888
encrypt:
8989
dependency: "direct main"
9090
description:
@@ -105,14 +105,14 @@ packages:
105105
name: ffi
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "1.1.2"
108+
version: "1.2.1"
109109
file:
110110
dependency: transitive
111111
description:
112112
name: file
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "6.1.2"
115+
version: "6.1.4"
116116
flutter:
117117
dependency: "direct main"
118118
description: flutter
@@ -155,7 +155,7 @@ packages:
155155
name: lottie
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "1.2.1"
158+
version: "1.2.2"
159159
matcher:
160160
dependency: transitive
161161
description:
@@ -190,42 +190,42 @@ packages:
190190
name: path_provider_linux
191191
url: "https://pub.dartlang.org"
192192
source: hosted
193-
version: "2.1.2"
193+
version: "2.1.6"
194194
path_provider_platform_interface:
195195
dependency: transitive
196196
description:
197197
name: path_provider_platform_interface
198198
url: "https://pub.dartlang.org"
199199
source: hosted
200-
version: "2.0.1"
200+
version: "2.0.4"
201201
path_provider_windows:
202202
dependency: transitive
203203
description:
204204
name: path_provider_windows
205205
url: "https://pub.dartlang.org"
206206
source: hosted
207-
version: "2.0.4"
207+
version: "2.0.6"
208208
platform:
209209
dependency: transitive
210210
description:
211211
name: platform
212212
url: "https://pub.dartlang.org"
213213
source: hosted
214-
version: "3.0.2"
214+
version: "3.1.0"
215215
plugin_platform_interface:
216216
dependency: transitive
217217
description:
218218
name: plugin_platform_interface
219219
url: "https://pub.dartlang.org"
220220
source: hosted
221-
version: "2.0.2"
221+
version: "2.1.3"
222222
pointycastle:
223223
dependency: transitive
224224
description:
225225
name: pointycastle
226226
url: "https://pub.dartlang.org"
227227
source: hosted
228-
version: "3.4.0"
228+
version: "3.6.2"
229229
process:
230230
dependency: transitive
231231
description:
@@ -239,35 +239,35 @@ packages:
239239
name: shared_preferences
240240
url: "https://pub.dartlang.org"
241241
source: hosted
242-
version: "2.0.9"
242+
version: "2.0.15"
243243
shared_preferences_android:
244244
dependency: transitive
245245
description:
246246
name: shared_preferences_android
247247
url: "https://pub.dartlang.org"
248248
source: hosted
249-
version: "2.0.9"
249+
version: "2.0.10"
250250
shared_preferences_ios:
251251
dependency: transitive
252252
description:
253253
name: shared_preferences_ios
254254
url: "https://pub.dartlang.org"
255255
source: hosted
256-
version: "2.0.8"
256+
version: "2.0.9"
257257
shared_preferences_linux:
258258
dependency: transitive
259259
description:
260260
name: shared_preferences_linux
261261
url: "https://pub.dartlang.org"
262262
source: hosted
263-
version: "2.0.3"
263+
version: "2.1.1"
264264
shared_preferences_macos:
265265
dependency: transitive
266266
description:
267267
name: shared_preferences_macos
268268
url: "https://pub.dartlang.org"
269269
source: hosted
270-
version: "2.0.2"
270+
version: "2.0.4"
271271
shared_preferences_platform_interface:
272272
dependency: transitive
273273
description:
@@ -281,14 +281,14 @@ packages:
281281
name: shared_preferences_web
282282
url: "https://pub.dartlang.org"
283283
source: hosted
284-
version: "2.0.2"
284+
version: "2.0.4"
285285
shared_preferences_windows:
286286
dependency: transitive
287287
description:
288288
name: shared_preferences_windows
289289
url: "https://pub.dartlang.org"
290290
source: hosted
291-
version: "2.0.3"
291+
version: "2.1.1"
292292
sky_engine:
293293
dependency: transitive
294294
description: flutter
@@ -307,7 +307,7 @@ packages:
307307
name: sqflite
308308
url: "https://pub.dartlang.org"
309309
source: hosted
310-
version: "2.0.0+4"
310+
version: "2.0.2"
311311
sqflite_common:
312312
dependency: transitive
313313
description:
@@ -342,7 +342,7 @@ packages:
342342
name: synchronized
343343
url: "https://pub.dartlang.org"
344344
source: hosted
345-
version: "3.0.0"
345+
version: "3.0.0+3"
346346
term_glyph:
347347
dependency: transitive
348348
description:
@@ -370,42 +370,56 @@ packages:
370370
name: url_launcher
371371
url: "https://pub.dartlang.org"
372372
source: hosted
373-
version: "6.0.15"
373+
version: "6.1.2"
374+
url_launcher_android:
375+
dependency: transitive
376+
description:
377+
name: url_launcher_android
378+
url: "https://pub.dartlang.org"
379+
source: hosted
380+
version: "6.0.14"
381+
url_launcher_ios:
382+
dependency: transitive
383+
description:
384+
name: url_launcher_ios
385+
url: "https://pub.dartlang.org"
386+
source: hosted
387+
version: "6.0.14"
374388
url_launcher_linux:
375389
dependency: transitive
376390
description:
377391
name: url_launcher_linux
378392
url: "https://pub.dartlang.org"
379393
source: hosted
380-
version: "2.0.2"
394+
version: "3.0.1"
381395
url_launcher_macos:
382396
dependency: transitive
383397
description:
384398
name: url_launcher_macos
385399
url: "https://pub.dartlang.org"
386400
source: hosted
387-
version: "2.0.2"
401+
version: "3.0.1"
388402
url_launcher_platform_interface:
389403
dependency: transitive
390404
description:
391405
name: url_launcher_platform_interface
392406
url: "https://pub.dartlang.org"
393407
source: hosted
394-
version: "2.0.4"
408+
version: "2.0.5"
395409
url_launcher_web:
396410
dependency: transitive
397411
description:
398412
name: url_launcher_web
399413
url: "https://pub.dartlang.org"
400414
source: hosted
401-
version: "2.0.4"
415+
version: "2.0.7"
402416
url_launcher_windows:
403417
dependency: transitive
404418
description:
405419
name: url_launcher_windows
406420
url: "https://pub.dartlang.org"
407421
source: hosted
408-
version: "2.0.2"
422+
version: "3.0.1"
409423
vector_math:
410424
dependency: transitive
411425
description:
@@ -419,14 +433,14 @@ packages:
419433
name: win32
420434
url: "https://pub.dartlang.org"
421435
source: hosted
422-
version: "2.3.1"
436+
version: "2.3.6"
423437
xdg_directories:
424438
dependency: transitive
425439
description:
426440
name: xdg_directories
427441
url: "https://pub.dartlang.org"
428442
source: hosted
429-
version: "0.2.0"
443+
version: "0.2.0+2"
430444
sdks:
431445
dart: ">=2.14.0 <3.0.0"
432446
flutter: ">=2.5.0"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.