David Peters
David Peters
**Is your feature request related to a problem? Please describe.** This is a follow-up to [this issue](https://github.com/ryanheise/audio_service/issues/595) **Describe the solution you'd like** Currently `audio_service` supports Android, IOS, MacOS and the...
This is a request to add support for null safety to this package. See the [migration guide](https://dart.dev/null-safety/migration-guide) for details about enabling null safety.
This is a request to add support for null safety to this package. See the [migration guide](https://dart.dev/null-safety/migration-guide) for details about enabling null safety.
Flutter web apps are required to migrate from `dart:html` to `package:web` to use WASM. This issue tracks the upgrade process for `flutter_secure_storage` . See https://docs.flutter.dev/platform-integration/web/wasm and https://pub.dev/packages/web for more information.
### Plugin connectivity_plus ### Use case Flutter web apps are required to migrate from `dart:html` to `package:web` to use WASM. ### Proposal This issue tracks the upgrade process for `connectivity_plus`....
### Plugin device_info_plus ### Use case Flutter web apps are required to migrate from `dart:html` to `package:web` to use WASM. ### Proposal This issue tracks the upgrade process for `device_info_plus`....
**internet_file** A name of package whom this bug concerns. Ex. `network` **Describe the bug** Make the plugin compatible with the new http package version 1.0.0. - The current version only...
I would like to request the addition of comptime functionality to Dart, similar to what is available in ZigLang (https://ziglang.org). This feature would allow certain computations to be executed at...
### Description `dart:html` is superceeded by `package:web`. See https://dart.dev/interop/js-interop/package-web, https://docs.flutter.dev/platform-integration/web/wasm and this talk (https://www.youtube.com/watch?v=qx42r29HhcM) for more information. ### Impact Projects targetting the web platform can benefit from using the suggested...
### Steps to reproduce Use the provided `AppBar`. When targetting `CanvasKit` everything works as expected. When compiling using `--wasm` blur is not applied. ### Expected results (CanvasKit) ### Actual results...