flutter_list_ui 1.4.2 copy "flutter_list_ui: ^1.4.2" to clipboard
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.

Image

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

2
likes
0
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

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 cross-platform compatibility.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_riverpod, flutter_screenutil, google_fonts

More

Packages that depend on flutter_list_ui