refactor: Add Flutter lints

This commit is contained in:
Christian Kußowski 2026-02-19 11:41:57 +01:00
commit 2b2b96872d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 16 additions and 12 deletions

View file

@ -124,10 +124,7 @@ class ChatMembersView extends StatelessWidget {
SizedBox(
height: 64,
child: ListView.builder(
padding: const EdgeInsets.symmetric(
horizontal: 12.0,
vertical: 12.0,
),
padding: const EdgeInsets.all(12.0),
scrollDirection: Axis.horizontal,
itemCount: availableFilters.length,
itemBuilder: (context, i) => Padding(