FLUTTER ECOSYSTEM

AbdurM/flutter_any_scroll

AbdurM/flutter_any_scroll open-source repository details.

flutter_any_scroll 项目封面
Stars
0
Forks
0
最近推送(UTC)
2024年3月9日
项目状态
未归档
AbdurDeveloper GitHub avatar
GITHUB User

AbdurDeveloper ↗

Senior React Native Developer (Sydney, Australia)

Sydney
语言C++CMakeDartRubyHTMLCSwiftKotlinObjective-C

此仓库发布的插件

使用的依赖

依赖清单 6 项

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

Any Scroll

  • A Flutter widget that lets you scroll both horizontally and vertically.
  • Works on iOS, Android, Mac, Windows and Web.
  • Use it just like you'd use a list view.
  • Originally written for my personal project. Trying to contribute a little to the amazing flutter community. :-)
  • Abdur Mohammed | Senior Software Engineer | Sydney, Australia

Demos

Mobile

Screenshot

Desktop

Screenshot

Web

Screenshot

Personal app

Screenshot

Example Usage

FlutterAnyScroll(
    mainAxisCount: 5,
    crossAxisCount: 5,
    crossAxisSpacing: 5,
    header: const SampleHeader(),
    children: sampleListViewItems,
);

About author

LinkedIn

GitHub

Twitter @Abdur_Developer