Hugo Delaunay

Results 112 comments of Hugo Delaunay

> there's no indication of what breaks Well, the Nuxt 2 support I think.

Is there any news about this one ?

I'm getting the same exception, but my Inky display is able to refresh. Therefore the hack provided by @Gadgetoid works in my case (at least for now).

Why don't you jsut pass your actions in the content via the `contentBuilder` parameter ?

@josephfeleke You should also put your code inside a `PostFrameCallback` : ```dart @override void initState() { super.initState(); WidgetsBinding.instance.addPostFrameCallback((_) { // Show Rate My App here. }); } ```

> Hello, are there any plans on adding this enhancement some time soon? Not for the moment, but feel free to submit your pull requests !

Just opened an issue on the SmoothRatingBar Github repo. You can follow the advancement here : https://github.com/thangmam/smoothratingbar/issues/28.

@mr-mamali You should upvote https://github.com/thangmam/smoothratingbar/issues/28.

:+1: A [small tut](https://tomassetti.me/how-to-create-an-editor-with-syntax-highlighting-dsl/) on how to adapt an ANTLR grammar for RSyntaxTextArea.

@ftomassetti Not related to this issue but I really liked your tuto series on ANTLR !