Alex (Teh Sunn Liu)

Results 18 comments of Alex (Teh Sunn Liu)

+1, Please update this pagckage.

Hi Mohamed, Thank you for your reply. An exception occurs when the items in the list go beyond the height of squareCell. I tried placing a listview or singleChildScrollView but...

2021 now and I'm still getting this error when setting the time as mentioned in the document `job.repeatAt("3:30pm");`

> Hey all I got around this issue by setting it up like so: > > ``` > var job = agenda.create('sync'); > job.schedule('today at 9:00pm'); > job.repeatAt('tomorrow 9:00pm'); >...

For anyone else who is facing this issue. 1. Make sure to use `Ubuntu 20.04` this is required for `llvm 10`. 2. Install rust toolchain `nightly-2021-01-17` or create a file...

> > I'll try to come up with a function like createImageFromWidget that does exactly that. > > Here we go: > > ``` > /// Creates an image from...

Instead of using ListView widget I used Colum widget and wrapped each element in column with a Screenshot Widget, since the number of elements won't exceed 30-40, I can't see...