File tree Expand file tree Collapse file tree 6 files changed +3
-66
lines changed Expand file tree Collapse file tree 6 files changed +3
-66
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,5 @@ app.*.symbols
39
39
40
40
# Obfuscation related
41
41
app. * .map.json
42
+
43
+ C: \U sers \S treamerX \F lutterProjects \w allpaper_app \l ib \d ata \d ata.dart
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import 'package:cached_network_image/cached_network_image.dart';
2
2
import 'package:flutter/foundation.dart' ;
3
3
import 'package:flutter/material.dart' ;
4
4
import 'package:http/http.dart' as http;
5
- import 'package:url_launcher/url_launcher.dart' ;
6
5
import 'package:wallpaperapp/Widgets/widgets.dart' ;
7
6
import 'package:wallpaperapp/data/data.dart' ;
8
7
import 'package:wallpaperapp/models/CategoryModel.dart' ;
@@ -63,14 +62,6 @@ class _HomeState extends State<Home> {
63
62
});
64
63
}
65
64
66
- _launchURL (String url) async {
67
- if (await canLaunch (url)) {
68
- await launch (url);
69
- } else {
70
- throw 'Could not launch $url ' ;
71
- }
72
- }
73
-
74
65
@override
75
66
Widget build (BuildContext context) {
76
67
return Scaffold (
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import 'package:image_gallery_saver/image_gallery_saver.dart';
12
12
import 'package:path_provider/path_provider.dart' ;
13
13
import 'package:permission_handler/permission_handler.dart' ;
14
14
import 'package:share/share.dart' ;
15
- import 'package:url_launcher/url_launcher.dart' ;
16
15
import 'package:wallpaperplugin/wallpaperplugin.dart' ;
17
16
18
17
class ImageView extends StatefulWidget {
Original file line number Diff line number Diff line change 1
1
import 'package:flutter/material.dart' ;
2
-
3
2
import 'Screens/HomePage.dart' ;
4
3
5
4
void main () {
@@ -15,6 +14,7 @@ class MyApp extends StatelessWidget {
15
14
theme: ThemeData (
16
15
primaryColor: Colors .white,
17
16
),
17
+ debugShowCheckedModeBanner: false ,
18
18
home: Home ());
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -109,11 +109,6 @@ packages:
109
109
description: flutter
110
110
source: sdk
111
111
version: "0.0.0"
112
- flutter_web_plugins:
113
- dependency: transitive
114
- description: flutter
115
- source: sdk
116
- version: "0.0.0"
117
112
google_fonts:
118
113
dependency: "direct main"
119
114
description:
@@ -226,13 +221,6 @@ packages:
226
221
url: "https://pub.dartlang.org"
227
222
source: hosted
228
223
version: "2.2.1"
229
- platform_detect:
230
- dependency: transitive
231
- description:
232
- name: platform_detect
233
- url: "https://pub.dartlang.org"
234
- source: hosted
235
- version: "1.4.0"
236
224
plugin_platform_interface:
237
225
dependency: transitive
238
226
description:
@@ -247,13 +235,6 @@ packages:
247
235
url: "https://pub.dartlang.org"
248
236
source: hosted
249
237
version: "3.0.13"
250
- pub_semver:
251
- dependency: transitive
252
- description:
253
- name: pub_semver
254
- url: "https://pub.dartlang.org"
255
- source: hosted
256
- version: "1.4.4"
257
238
random_string:
258
239
dependency: "direct main"
259
240
description:
@@ -350,41 +331,6 @@ packages:
350
331
url: "https://pub.dartlang.org"
351
332
source: hosted
352
333
version: "1.3.0-nullsafety.2"
353
- url_launcher:
354
- dependency: "direct main"
355
- description:
356
- name: url_launcher
357
- url: "https://pub.dartlang.org"
358
- source: hosted
359
- version: "5.5.0"
360
- url_launcher_linux:
361
- dependency: transitive
362
- description:
363
- name: url_launcher_linux
364
- url: "https://pub.dartlang.org"
365
- source: hosted
366
- version: "0.0.1+1"
367
- url_launcher_macos:
368
- dependency: transitive
369
- description:
370
- name: url_launcher_macos
371
- url: "https://pub.dartlang.org"
372
- source: hosted
373
- version: "0.0.1+7"
374
- url_launcher_platform_interface:
375
- dependency: transitive
376
- description:
377
- name: url_launcher_platform_interface
378
- url: "https://pub.dartlang.org"
379
- source: hosted
380
- version: "1.0.7"
381
- url_launcher_web:
382
- dependency: transitive
383
- description:
384
- name: url_launcher_web
385
- url: "https://pub.dartlang.org"
386
- source: hosted
387
- version: "0.1.2+1"
388
334
uuid:
389
335
dependency: transitive
390
336
description:
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ dependencies:
35
35
random_string : ^2.0.1
36
36
google_fonts : ^1.1.0
37
37
dio : ^3.0.9
38
- url_launcher : ^5.4.2
39
38
wallpaperplugin : ^0.1.1
40
39
path_provider : ^1.6.11
41
40
share : ^0.6.4+3
You can’t perform that action at this time.
0 commit comments