Jimmy Tai

Results 10 issues of Jimmy Tai

There is a wired "_audio" suffix in info.plist. I use version 86.0.4240.93. It causes an error when upload archive to App store connect.

## Steps to Reproduce 1. Create a sample application project. 2. Build Flutter web and move to a directory. ```shell flutter build web --release --base-href=/sub/ mkdir -p release/sub && cp...

tool
platform-web
has reproducible steps
P4
found in release: 3.3
flutter.js
found in release: 3.4

### Page URL https://docs.flutter.dev/development/platform-integration/android/platform-views#on-the-dart-side ### Page source https://github.com/flutter/website/blob/main/src/development/platform-integration/android/platform-views.md ### Describe the problem After Flutter 3.x, Hybrid composition `PlatformViewLink.onCreatePlatformView` should return `PlatformViewsService.initExpensiveAndroidView()` instead of `PlatformViewsService.initSurfaceAndroidView()` ### Expected fix ```dart Widget build(BuildContext...

p2-medium
e1-hours

```dart @RoutePage() class GenericTypePage extends StatelessWidget { } ``` If define a generic type on Page, auto_route_generator will throw an error. ```bash class CreatorActionSheetRouteArgs {const CreatorActionSheetRouteArgs({this.key, required this.title, required this.actions,...

Please consider to migrate `audio/x-wav` to `audio/wav`. reference: https://mimetype.io/audio/x-wav

Hope you could support this package by using CDN. Because we are building an LIFF App on Flutter Web. It couldn't include npm module.

Please consider to migrate `audio/x-wav` to `audio/wav`. reference: https://mimetype.io/audio/x-wav

package:mime

In order to implement web platform support, need to migrate project structure to Federated Plugin. It will also introduce Melos for monorepo management.

feature

Do a research and try to implement Zendesk messaging on Web platform. We only plan to support Zendesk Web Widget currently because Classic Web Widget is not the recommended one...

feature

## Description In order to support WASM, `package:js` to `dart:js_interop` migration is needed. This is a major change. If you have any questions, please leave a comment. ## CHANGELOG *...