Pavel Mazhnik

Results 8 issues of Pavel Mazhnik

### :information_source: Info Version: `v0.10.0` ### :speech_balloon: Description This package overrides default indent (`4`, see flutter's template: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/templates/app_shared/web/manifest.json.tmpl) for the `web/manifest.json` file. The indentation set by this package is `2`.

bug
good first issue
platform:web

Fixed types for `_getNewServiceWorker` and `_waitForServiceWorkerActivation` functions. These functions currently expect a Promise as an argument, but we're actually passing in an already resolved value: ```js .then(this._getNewServiceWorker) .then(this._waitForServiceWorkerActivation); ``` ##...

tool

Fixes https://github.com/flutter/flutter/issues/130212 Fix `Unresolved variable or type 'serviceWorkerVersion'` in the `_getNewServiceWorker` function. It currently works because `serviceWorkerVersion` exists in the `index.html`. But if we want to provide custom `serviceWorkerVersion` to...

tool
autosubmit

Fixes https://github.com/flutter/flutter/issues/111866 Use `registration.scope` instead of `location.origin` when extracting asset key from the url, to support custom base href. The goal is to support the default behavior of the `flutter...

tool
platform-web
fyi-web

Resolves https://github.com/rrweb-io/rrweb/issues/1412, resolves https://github.com/rrweb-io/rrweb/issues/1081 Before Red square is on the main page; Green is inside the shadow dom on the main page; Blue one is within the iframe; Pink is...

### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...

bug

Fixes #2026, fixes #2045, fixes #2046 Related to https://github.com/flutter/flutter/issues/143922

flutter/dart

This PR updates `ui_web.views.getHostElement` API to also return `hostElement` for implicit view. Resolves https://github.com/flutter/flutter/issues/150075

platform-web