flutter_list_ui 1.4.2
flutter_list_ui: ^1.4.2 copied to clipboard
A powerful Flutter package for creating beautiful and customizable list UIs with cards, headers, and async data support. Features include Material Design 3, Riverpod integration, shimmer loading, and [...]
Flutter List UI - Beautiful and Customizable List Components #
A powerful Flutter package for creating beautiful and customizable list UIs with cards, headers, and async data support. Perfect for building modern Flutter applications with Material Design 3.
Features #
- π¨ Material Design 3 Support: Modern and beautiful UI components
- π± Responsive Design: Works on all screen sizes
- π Async Data Support: Built-in support for loading states
- π― Riverpod Integration: Seamless state management
- π« Shimmer Loading: Beautiful loading animations
- π Customizable: Extensive styling options
- π Cross-Platform: Works on iOS, Android, and Web
Installation #
Add the following to your pubspec.yaml
:
dependencies:
flutter_list_ui: ^1.4.1
Quick Start #
import 'package:flutter_list_ui/flutter_list_ui.dart';
// Create a beautiful list with cards
InfoList(
items: yourItems,
itemBuilder: (context, item) => InfoCard(
header: InfoHeader(title: item.title),
body: Text(item.description),
),
);
Documentation #
Windows Users #
// ... existing Windows troubleshooting section ...
Contributing #
Contributions are welcome! Please feel free to submit a Pull Request.
License #
This project is licensed under the MIT License - see the LICENSE file for details.
Keywords #
Flutter, UI, List, Card, Material Design, Riverpod, Async, Loading, Shimmer, Cross-Platform