Aloïs Deniel

Results 30 issues of Aloïs Deniel

Hi, First, thanks a lot for these great tools! I just wanted to share a set of custom transformers I did for my own needs with Flutter, which could be...

Gravity could be a great candidate for WebAssembly to share code between web and mobile applications.

After searching for a while for a caching solution, I created my own interceptor. But, maybe another solution exists and I missed it ... It would be great to have...

e: good for newcomers
p: ecosystem
s: best practise

I may not be aware of all use cases, but when declaring redirecting factories, I end up re-writing all of the arguments from the targeted factory. The compiler could deduce...

feature

Hi, The HSL colors in the context of a linear gradient don't work. ![image](https://user-images.githubusercontent.com/7687231/149117886-12f64586-92a3-4456-88eb-c2709251ae65.png) The hsl colors should be converted to RGBA first. :)

I'm currently thinking about defining Device Preview as a target platform instead of an embedded widget. This would basically launch the app as an inner view. # Concept ![image](https://user-images.githubusercontent.com/7687231/110842256-25c8d480-82a7-11eb-9d11-d956b07ae6bf.png) Instead...

enhancement
help wanted
design

Ideally, a custom `WidgetsBinding` should be provided to emulate the host. This would allow to emulate more things : * Application lifecycle events * Memory pressure event * Platform channels...

enhancement
help wanted

Please find here the device references used for rendering. To contribute, simply launch the [tools' flutter app](https://github.com/aloisdeniel/flutter_device_preview/tree/master/tools) on your device (both in portrait and landscape and upload the screenshots here....

enhancement
help wanted

I doubt that there's something to do for this issue (the solution can help someone though) ... but if I use a local constant reference in a `@Default`, it does...

bug

## Issue I'm trying to provide default values with `@late`, and I often end up with this : ```dart factory Example({ @JsonKey(name: 'timestamp') DateTime optionalTimestamp, }) = _Example; @late DateTime...

enhancement