Skip to content

Commit 23f1009

Browse files
committed
Remove plugin flutter_stetho
1 parent 426b352 commit 23f1009

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

lib/main_development.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import 'package:flutter_news_app/app.dart';
33
import 'package:flutter_news_app/config/base_url_config.dart';
44
import 'package:flutter_news_app/config/flavor_config.dart';
55
import 'package:flutter_news_app/injection_container.dart' as di;
6-
import 'package:flutter_stetho/flutter_stetho.dart';
76

87
void 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
}

pubspec.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)