Aloïs Deniel

Results 31 issues of Aloïs Deniel

When having nodes with `LEFT`, `RIGHT`, `LEFT_RIGHT`, `BOTTOM`, `TOP`, `TOP_BOTTOM` contraints, the offset is relative to the first parent that is not a `GROUP`. But when having a `CENTER` constraint,...

bug

Don't really know if animations are doable/abstract-able with all platforms (`Canvas` makes me think it could be difficult), but have you thought integrating animations to the framework ? Love your...

It would be great to have a langage selector with TypeScript support : - Javascript - CoffeeScript - **TypeScript**

feature

I would love to be able to add a shader mask to a `Sliver`, just like what `ShaderMask` does for regular widgets. I'm not a sliver expert at all, but...

Having stats data from the inspector would be super useful for analyzing usage. The more obvious one are the collection sizes on disk, but a realtime mode could eventually be...

enhancement
area:inspector

Since the inspector is developed with Flutter, it would be awesome to offer a way to embed it inside the app itself (_as a debugging tool_)! This would also avoid...

enhancement
area:inspector

It would be great to also have a `Wrap` equivalent with a maximum number of row/column. ![image](https://user-images.githubusercontent.com/7687231/92397178-a525f180-f126-11ea-9a5b-5173011bf1f1.png)

enhancement

Do you plan to develop a [Flutter](https://flutter.dev/) Dart SDK? Amazing product BTW!

feature request

Hello! Thanks for this amazing package! I just miss the [Text.splitText](https://developer.mozilla.org/en-US/docs/Web/API/Text/splitText) method. In the meantime, I'm using this naive implementation : ```js dom.Text.prototype.splitText = function (offset) { const [start, end]...