stream-chat-flutter
stream-chat-flutter copied to clipboard
Add named constructors to widgets
Most widgets today require some default setup for common functions - mainly filters and sorting. We should offer named constructors in widgets that offer default implementations of widgets that are used most often.
Think of it as shortcuts to common scenarios.
Setting “sensible defaults” for filters, for example. This will reduce boilerplate.