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';
33import 'package:flutter_news_app/config/base_url_config.dart' ;
44import 'package:flutter_news_app/config/flavor_config.dart' ;
55import 'package:flutter_news_app/injection_container.dart' as di;
6- import 'package:flutter_stetho/flutter_stetho.dart' ;
76
87void main () async {
98 WidgetsFlutterBinding .ensureInitialized ();
@@ -12,6 +11,5 @@ void main() async {
1211 values: FlavorValues (baseUrl: BaseUrlConfig ().baseUrlDevelopment),
1312 );
1413 await di.init ();
15- await Stetho .initialize ();
1614 runApp (App ());
1715}
Original file line number Diff line number Diff line change @@ -272,13 +272,6 @@ packages:
272272 url: "https://pub.dartlang.org"
273273 source: hosted
274274 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"
282275 flutter_svg:
283276 dependency: "direct main"
284277 description:
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ dependencies:
3131 # error widgets.
3232 cached_network_image : ^2.1.0+1
3333
34- # A network inspector for Flutter on Android using the Chrome Dev Tools
35- flutter_stetho : ^0.5.2
36-
3734 # Simple direct Service Locator that allows to decouple the interface from a concrete
3835 # implementation and to access the concrete implementation from everywhere in your App
3936 get_it : ^4.0.1
You can’t perform that action at this time.
0 commit comments