-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[shared_preferences_tool] Update dependencies and fix deprecation #10560
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
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 |
|---|---|---|
|
|
@@ -5,20 +5,20 @@ publish_to: 'none' | |
| version: 1.0.1 | ||
|
|
||
| environment: | ||
| sdk: ^3.8.0 | ||
| sdk: ^3.9.0 | ||
|
|
||
| dependencies: | ||
| devtools_app_shared: ^0.3.0 | ||
| devtools_extensions: ^0.3.0 | ||
| devtools_app_shared: ^0.4.0 | ||
| devtools_extensions: ^0.4.0 | ||
| flutter: | ||
| sdk: flutter | ||
| vm_service: '>=14.3.0 <16.0.0' | ||
|
|
||
| dev_dependencies: | ||
| build_runner: ^2.4.10 | ||
| build_runner: ^2.10.4 | ||
| flutter_test: | ||
| sdk: flutter | ||
| mockito: 5.4.4 | ||
| mockito: 5.6.1 | ||
|
||
|
|
||
| flutter: | ||
| uses-material-design: true | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,29 +29,8 @@ | |
|
|
||
| <title>shared_preferences_tool</title> | ||
| <link rel="manifest" href="manifest.json"> | ||
|
|
||
| <script> | ||
| // The value below is injected by flutter build, do not touch. | ||
| const serviceWorkerVersion = null; | ||
| </script> | ||
| <!-- This script adds the flutter initialization JS code --> | ||
| <script src="flutter.js" defer></script> | ||
| </head> | ||
| <body> | ||
| <script> | ||
| window.addEventListener('load', function(ev) { | ||
| // Download main.dart.js | ||
| _flutter.loader.loadEntrypoint({ | ||
| serviceWorker: { | ||
| serviceWorkerVersion: serviceWorkerVersion, | ||
| }, | ||
| onEntrypointLoaded: function(engineInitializer) { | ||
| engineInitializer.initializeEngine().then(function(appRunner) { | ||
| appRunner.runApp(); | ||
| }); | ||
| } | ||
| }); | ||
| }); | ||
| </script> | ||
| <script src="flutter_bootstrap.js" async></script> | ||
|
Contributor
Author
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. I also updated this, which was also a deprecation. |
||
| </body> | ||
| </html> | ||
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.
@stuartmorgan-g should I actually update the version?
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.
Yes, this is subject to our standard versioning policy.