-
### Steps to reproduce
This issue is filed to the Flutter team because the crashes occur in Opera, but not in Chrome or Edge.
```
skwasm.js:17 Uncaught RuntimeError: Aborted(). Build with -sASSER…
-
Make sample swift app for Noter ai
checkout branch using:
```
git fetch origin
git checkout flutter-app
```
if this doesn't work,
use
```
git switch flutter-app
```
-
```
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getIdentifier on channel app_set_id)
E/flutter (20795): #0 …
-
## Describe the bug
When trying to use `flutterPackages-source` to create a Flutter application using a custom embedder, [i need to run the command `flutter build bundle` to generate the requir…
-
### Steps to reproduce
1. clone flutter/packages
2. open `packages/third_party/packages/flutter_svg/example`
3. `flutter build web --wasm` (although the wasm option is probably not needed)
4. Ob…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
App Check, Auth
### Which platforms are affected?
Web
### Descript…
-
I encountered an issue when running tests in my Flutter project. The error occurs when I run the tests, but it gets resolved temporarily after running `flutter pub get`. Below is the error message I g…
-
I've integrated this package successfully with a web app for magic link authentication and am now building a flutter app that will need to use the same Cognito user pool. Is there an example somewhere…
-
Hi Melo567,
aflter $flutter create myapp
adding ar_flutter_view into package.json:
```
flutter run
Launching lib/main.dart on SM G991B in debug mode...
Running Gradle task 'assembleDebug'…
-
This warning is given when running my application in Android Studio while using sodium_libs versions 3.n.n. Correspondently, the app crypto exchange fails. The app successfully runs with version 2.2.1…