Skip to content

Commit

Permalink
[in_app_review] remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
britannio committed Nov 25, 2020
1 parent b692b04 commit 8e394da
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions in_app_review/example/integration_test/integration_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:in_app_review/in_app_review.dart';
import 'package:integration_test/integration_test.dart';

void main() {
Expand Down
1 change: 0 additions & 1 deletion in_app_review/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'package:in_app_review/in_app_review.dart';

void main() => runApp(MyApp());


class MyApp extends StatefulWidget {
@override
_MyAppState createState() => _MyAppState();
Expand Down
2 changes: 1 addition & 1 deletion in_app_review/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ packages:
name: vm_service
url: "https://pub.dartlang.org"
source: hosted
version: "5.5.0"
version: "5.2.0"
vm_service_client:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion in_app_review/lib/in_app_review.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class InAppReview {
/// screen on IOS & MacOS and the Microsoft Store on Windows.
///
/// [appStoreId] is required for IOS & MacOS.
///
///
/// [microsoftStoreId] is required for Windows.
Future<void> openStoreListing({
/// Required for IOS & MacOS.
Expand Down

0 comments on commit 8e394da

Please sign in to comment.