diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4f8d931..435a703 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -36,8 +36,7 @@ dependencies: path: ../ dev_dependencies: - flutter_test: - sdk: flutter + # The "flutter_lints" package below contains a set of recommended lints to # encourage good coding practices. The lint set provided by the package is diff --git a/pubspec.yaml b/pubspec.yaml index 642e698..21a0006 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,20 +16,18 @@ dependencies: flutter_web_plugins: sdk: flutter ##### For image picker widget - file_picker: ^6.0.0 + file_picker: ^6.1.1 ##### For webveiwx widget - http: ^1.1.0 - path: ^1.8.2 - pointer_interceptor: ^0.9.3+6 - uuid: ^4.1.0 - webview_flutter: ^4.4.1 - webview_flutter_android: ^3.12.0 - webview_flutter_platform_interface: ^2.5.0 - webview_flutter_wkwebview: ^3.9.1 + http: ^1.1.2 + path: ^1.9.0 + pointer_interceptor: ^0.10.1 + uuid: ^4.3.3 + webview_flutter: ^4.4.4 + webview_flutter_android: ^3.13.2 + webview_flutter_platform_interface: ^2.9.0 + webview_flutter_wkwebview: ^3.10.2 dev_dependencies: - flutter_test: - sdk: flutter flutter_lints: ^2.0.0 flutter: diff --git a/test/quill_html_editor_test.dart b/test/quill_html_editor_test.dart deleted file mode 100644 index 0da434d..0000000 --- a/test/quill_html_editor_test.dart +++ /dev/null @@ -1,5 +0,0 @@ -import 'package:flutter_test/flutter_test.dart'; - -void main() { - test('adds one to input values', () {}); -}