File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import 'package:flutter_news_app/app.dart';
3
3
import 'package:flutter_news_app/config/base_url_config.dart' ;
4
4
import 'package:flutter_news_app/config/flavor_config.dart' ;
5
5
import 'package:flutter_news_app/injection_container.dart' as di;
6
- import 'package:flutter_stetho/flutter_stetho.dart' ;
7
6
8
7
void main () async {
9
8
WidgetsFlutterBinding .ensureInitialized ();
@@ -12,6 +11,5 @@ void main() async {
12
11
values: FlavorValues (baseUrl: BaseUrlConfig ().baseUrlDevelopment),
13
12
);
14
13
await di.init ();
15
- await Stetho .initialize ();
16
14
runApp (App ());
17
15
}
Original file line number Diff line number Diff line change @@ -272,13 +272,6 @@ packages:
272
272
url: "https://pub.dartlang.org"
273
273
source: hosted
274
274
version: "1.1.0"
275
- flutter_stetho:
276
- dependency: "direct main"
277
- description:
278
- name: flutter_stetho
279
- url: "https://pub.dartlang.org"
280
- source: hosted
281
- version: "0.5.2"
282
275
flutter_svg:
283
276
dependency: "direct main"
284
277
description:
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ dependencies:
31
31
# error widgets.
32
32
cached_network_image : ^2.1.0+1
33
33
34
- # A network inspector for Flutter on Android using the Chrome Dev Tools
35
- flutter_stetho : ^0.5.2
36
-
37
34
# Simple direct Service Locator that allows to decouple the interface from a concrete
38
35
# implementation and to access the concrete implementation from everywhere in your App
39
36
get_it : ^4.0.1
You can’t perform that action at this time.
0 commit comments