-
turns out https://pub.dev/packages/oauth2_client uses the flutter SDK not strictly dart.
this is breaking CI
-
I have a flutter app that should support mobile and web, but compilation fails when building for mobile with errors such as "Dart library 'dart:js_interop' is not available on this platform.".
In m…
-
Hi.
Help needed.
I am building a app that supports web.
Pdf creation and printing works fine on local development but when I build the app for release, the UI gets stuck and from the console lo…
-
https://github.com/nt4f04uNd/sweyer/actions/runs/11412091655/job/31757501525?pr=161
Possible solution
https://github.com/nt4f04uNd/sweyer/pull/161#issuecomment-2423351681
```
══╡ EXCEPTION CAU…
-
### Description
On iOS my rive animations are failing on initialization.
```
flutter: ----------------FIREBASE CRASHLYTICS----------------
flutter: Invalid argument(s): Failed to lookup symbol…
-
After https://github.com/dart-lang/sdk/issues/54786 was closed, we now have a bug in the following code when using the assist:
file.dart:
```dart
class A {}
```
main.dart
```dart
import 'fi…
-
To start the mobile initiatives, having a client library written in Dart would help get things started.
This would need to replicate the [Go](https://github.com/staticbackendhq/backend-go) and [Nod…
-
To support WASM projects, all third party packages need to switch from dart:html to package:web as described in the comments of this post:
https://stackoverflow.com/questions/78516000/error-when-co…
-
I'm looking for a way to use native assets in a [pub-configured executable](https://dart.dev/tools/pub/cmd/pub-global#configuring-package-executables).
I apologise in advance if this is already imp…
jackd updated
1 month ago
-
const bool parseIsWeb = identical(0, 0.0);
fails on wasm.
Why not do the normal thing?
I see this code is dart and not flutter. Flutter does it this way which I assume works.
const bool…