linked_scroll_controller
Um controlador de rolagem que permite que dois ou mais visualizadores de rolagem estejam sincronizados.
google/flutter.widgets open-source repository details.
Um controlador de rolagem que permite que dois ou mais visualizadores de rolagem estejam sincronizados.
Um conjunto de widgets de entrada que salvam e carregam automaticamente o valor inserido em um armazenamento de dados.
Texto original em inglês. Visite o GitHub para a versão atual.
This repository contains the source code for various Flutter widgets that are developed by Google but not by the core Flutter team.
The product and source code here are neither endorsed by Google nor the Flutter team. They are mainly made available as a reference. Support is best-effort.
| Package | Description | Version |
|---|---|---|
| flutter_simple_treeview | A widget, that visualises a tree structure, where a node can be any widget. | pub package |
| linked_scroll_controller | A scroll controller that allows two or more scroll views to be in sync. | pub package |
| scrollable_positioned_list | A list with helper methods to programmatically scroll to an item. | pub package |
| self_storing_input | A set of input widgets that automatically save and load the entered value to a data store. | pub package |
| visibility_detector | A widget that detects the visibility of its child and notifies a callback. | pub package |
Please file any issues, bugs, or feature requests in the this repo.
If you wish to contribute a change to any of the existing widgets in this repo, please review our contribution guide, and send a pull request.