Skip to content

Commit

Permalink
few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asapJ committed Nov 15, 2018
1 parent 397e18e commit ef7e36e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1 - 2018-11-14
## 1.0.0 - 2018-11-15

* Initial release
4 changes: 3 additions & 1 deletion example/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// find child widgets in the widget tree, read text, and verify that the values of widget properties
// are correct.

import 'package:flutter/material.dart';
/*import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:thumbnails_example/main.dart';
Expand All @@ -23,3 +23,5 @@ void main() {
findsOneWidget);
});
}
*/
1 change: 0 additions & 1 deletion lib/thumbnails.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:meta/meta.dart';
import 'package:flutter/services.dart';
import 'package:thumbnails/validators.dart';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: thumbnails
description: A Flutter Plugin to generate thumbnails from videos..
version: 0.0.1
version: 1.0.0
author: AsapJay <[email protected]>
homepage: https://github.com/asapJ/Flutter_Thumbnails

Expand Down

0 comments on commit ef7e36e

Please sign in to comment.