-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore(deps): bump web from 0.5.1 to 1.0.0 in /packages/share_plus/share_plus #3105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4cc53af
4a86dc6
dedde02
c8cce1a
650aa54
fb3e2bc
159d16c
8a8d711
b5e83b3
4d79611
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,6 @@ | |
| /build/ | ||
|
|
||
| # Web related | ||
| lib/generated_plugin_registrant.dart | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is something edited automatically during the build |
||
|
|
||
| # Symbolication related | ||
| app.*.symbols | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,16 +30,6 @@ | |
| <link rel="manifest" href="manifest.json"> | ||
| </head> | ||
| <body> | ||
| <!-- This script installs service_worker.js to provide PWA functionality to | ||
| application. For more information, see: | ||
| https://developers.google.com/web/fundamentals/primers/service-workers --> | ||
| <script> | ||
| if ('serviceWorker' in navigator) { | ||
| window.addEventListener('flutter-first-frame', function () { | ||
| navigator.serviceWorker.register('flutter_service_worker.js'); | ||
| }); | ||
| } | ||
| </script> | ||
| <script src="main.dart.js" type="application/javascript"></script> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed to not see the following message in logs: The change is the same as in flutter/packages#7114 |
||
| <script src="flutter_bootstrap.js" async></script> | ||
| </body> | ||
| </html> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ flutter: | |
| pluginClass: SharePlusWindowsPluginCApi | ||
|
|
||
| dependencies: | ||
| cross_file: ^0.3.3+4 | ||
| cross_file: ^0.3.4+2 | ||
| meta: ^1.8.0 | ||
| mime: ^1.0.4 | ||
| flutter: | ||
|
|
@@ -37,12 +37,12 @@ dependencies: | |
| sdk: flutter | ||
| share_plus_platform_interface: ^5.0.0 | ||
| file: ">=6.1.4 <8.0.0" | ||
| url_launcher_web: ^2.0.16 | ||
| url_launcher_windows: ^3.0.6 | ||
| url_launcher_linux: ^3.0.5 | ||
| url_launcher_platform_interface: ^2.1.2 | ||
| ffi: ^2.0.1 | ||
| web: ^0.5.0 | ||
| url_launcher_web: ^2.3.2 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We only need to update this part of |
||
| url_launcher_windows: ^3.1.2 | ||
| url_launcher_linux: ^3.1.1 | ||
| url_launcher_platform_interface: ^2.3.2 | ||
| ffi: ^2.1.2 | ||
| web: ^1.0.0 | ||
|
|
||
| # win32 is compatible across v4 and v5 for Win32 only (not COM) | ||
| win32: ">=4.0.0 <6.0.0" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we had outdated info here