Adam Styrc

Results 15 comments of Adam Styrc

@SwissCheese5 Yes, that's a bug. Working on it ;)

@SwissCheese5 Fixed in Calendarro **1.1.0** :)

Hi @earlyriser I think all is possible! :) Use: `dayTileBuilder: CustomDayTileBuilder()` so you can define how each date tile should look like - depending on a date :) Let me...

You will have to implement your own ``` dayTileBuilder: CustomDayTileBuilder() ``` e.g. https://github.com/adamstyrc/parking-app/blob/ce7faaf19e3dea15ba53a717d9af44573b0d0bdf/lib/ui/widget/PlannerDateTileView.dart#L38

Hi! Sure, I e.g. used it in my own app: https://github.com/adamstyrc/parking-app so I make a custom cell drawing with: ``` dayTileBuilder: CustomDayTileBuilder() ``` and implement ``` onTap: (date) { //your...

It can be e.g. gray out or even made invisible but the column will remain. You can do it dynamically ofc but this requires your implementation :) On Tue, 22...

@billy124 For it's unfortunately not possible as I didn't want to overcomplicate the project at start. Might consider that in next releases :) On Thu, 15 Aug 2019 at 15:34,...

I'll handle this issue this weekend :) On Tue, 16 Apr 2019 at 22:31, David Kennedy wrote: > This is still occurring with version 1.0.2. > > — > You...

Yes, indeed that was the problem that occured for big bitmaps :) I have fixed that just yesterday but I have problem with uploading new version of the library. I...