Skip to content

Commit

Permalink
Get rid of test_driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 29, 2018
1 parent bd35036 commit 7f0e7f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
6 changes: 0 additions & 6 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
import 'package:flutter_driver/driver_extension.dart';

import 'package:flutter/material.dart';
import 'package:intl/intl.dart' show DateFormat;

import 'dart:io';
import 'dart:async';
import 'dart:convert';

import 'package:flutter/services.dart';
import 'package:flutter_sound/flutter_sound.dart';

void main() {
enableFlutterDriverExtension();
runApp(new MyApp());
}

Expand Down
2 changes: 0 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter

flutter_sound:
path: ../
Expand Down
27 changes: 0 additions & 27 deletions example/test_driver/driver_test.dart

This file was deleted.

0 comments on commit 7f0e7f8

Please sign in to comment.