philitell

Results 37 comments of philitell

This would be great!!

Using the `@webhooks.handler(..)' requires the secret keys to be set in settings.py. Having the keys only defined in django-admin (as suggested by the documentation) causes the webhooks-handlers to fail with...

It would also be great if it is possible to set scroll-physics - like for normal ListView e.g. ``` physics: const ClampingScrollPhysics( parent: AlwaysScrollableScrollPhysics(), ), ```

Yes please, this would be great. Maybe it would be even better to be able to assign a Widget to centerTitle and not only a String. This would give more...

When using material3-theme then a grey line is shown at the bottom of the tabbar. To remove this line adjust the TabBarTheme - e.g.: ``` tabBarTheme: const TabBarTheme(dividerColor: Colors.transparent), ```

I can confirm this issue: ![Image](https://github.com/user-attachments/assets/75c5a5e4-70b4-4a63-a6fb-fadbc703345f) "1. Obergeschoß" should be below "Stiege 2". The tree is correct if i am not calling expandNode multiple times. I would like to expand...

Please release new version with `flutter_reorderable_grid_view`v.5.0.1 - this will fix this issue

I can confirm that the issue is gone with `flutter_reorderable_grid_view`v.5.0.1 Some refactoring is required - e.g. the onReorder-method of ReorderableBuilder (in multi_image_picker_view.dart) might look something like this: ``` onReorder: (ReorderedListFunction...

Is there a way of force generation without changing anything in the source file?