Skip to content

luizvidoto/iced-flatlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iced-FlatList

Table of Contents

  1. Introduction
  2. Features
  3. Usage
  4. Development
  5. Contribution
  6. License

Introduction

Welcome to Iced-FlatList, a highly performant virtualized list component for the Iced framework. This library provides an efficient way to render large lists by only rendering the rows that are currently visible on the screen. As a result, it significantly improves performance and reduces memory consumption.

Please note: This library is still under development and may not be suitable for production use.

Features

  • Virtualized Rendering: Only renders the rows that are currently visible on the screen to optimize performance.
  • Efficient Scrolling: Smooth scrolling experience even with large data sets.
  • Built for Iced: Seamlessly integrates with the Iced framework.

Usage

Coming Soon: Detailed usage instructions and examples will be provided once the library is stable and ready for production use.

Development

If you'd like to contribute to the development of Iced-FlatList, follow these steps to set up the development environment:

  1. Clone the repository: git clone https://github.com/luizvidoto/iced-flatlist.git
  2. Navigate to the repository directory: cd iced-flatlist
  3. Install dependencies: cargo build
  4. Run the examples and check it out

Contribution

We welcome contributions from the community to improve Iced-FlatList. If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes to the new branch.
  4. Create a pull request describing your changes, and submit it to the main repository.

License

Iced-FlatList is released under the MIT License. Please refer to the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages