Xavier H.

Results 21 issues of Xavier H.

Hello Bernhard, Pixi.js has this "texture gargabe collector": https://github.com/pixijs/pixi.js/blob/dev/src/core/renderers/webgl/TextureGarbageCollector.js It seems to be about disposing texture when there are not in the stage anymore. I'm thinking that it could be...

enhancement

Allow to write the JavaScript code executed in the browser context in Dart. The Dart code is compiled in JavaScript with DDC or Dart2Js on the fly

When we configure the Display name of our Google Action (in Develop > Invocation). We can modify the pronunciation of the name if it doesn't sound right out loud. ![Screenshot...

This is a proposal to replace [`package:pubspec`](https://pub.dev/packages/pubspec) by [`package:pubspec_parse`](https://pub.dev/packages/pubspec_parse). `pubspec_parse` is a package owned by the Dart team and seems to have a better quality score. Also it exposes more...

I would like to use `cupertino_http` on my mac directly with `dart test` (out of a Flutter context). Currently running `dart test integration_test/api_test.dart' fails with this error: ``` Invalid argument(s):...

type-enhancement
package:cupertino_http

### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case...

platform-android
p: in_app_purchase
package
P3

It seems my previous PR https://github.com/jcmellado/dartis/pull/49 went a bit wrong in the merging process. I submit this against the develop branch this time. All the tests are passing

I have this icon ```xml ``` When I compile it with `vector_graphics_compiler` like this: `dart run vector_graphics_compiler -i assets/calendar.svg -o assets/calendar.vec` If I pass `--no-optimize-clips` to the compiler, it works...