CripyIce

Results 14 comments of CripyIce

Same issue here! Just installed this library and got this error message on compile. ``` [✓] Flutter (Channel beta, v1.15.17, on Mac OS X 10.15.3 19D76, locale en-IL) [✓] Android...

Thanks for the reply and suggesting wrapping the widget with `TimetableTheme`. But, when using `TimetableTheme` I've set `minimumHourHeight` to `100.0` and `maximumHourHeight` to `150.0` and I can see this change...

@JonasWanke Looking forward for the next update!

I see a white screen and get many errors in log: Click to expand! ``` Launching lib/main.dart on Chrome in debug mode... Waiting for connection from debug service on Chrome......

@subzero911 I vote for that, really confusing and make you double the widgets.

Thanks @leisim, but how can I do that? Doesn’t `int id = Isar.autoIncrement;` take care of that?

Actually it's still not fixed, for some reason `putSync` was the only fix for me. I used the following code: ```dart Future addProductToShoppingList(int shoppingListId, Product product) async { final shoppingList...

@ghenry Android and debug mode are not going well.. Try running at profile mode on a real device (not supported on emulators)

@buzzicards , Yes now that I've filtered out non-alphabetic chars it works fine. Another thing, any idea on how to hide the side alphabet list?