Skip to content

Commit

Permalink
- Upgraded dependencies to major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
the-airbender committed Jan 13, 2024
1 parent 3e68c39 commit ebaacc8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 9 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions test/quill_html_editor_test.dart

This file was deleted.

0 comments on commit ebaacc8

Please sign in to comment.