gx_category_view 1.0.0 copy "gx_category_view: ^1.0.0" to clipboard
gx_category_view: ^1.0.0 copied to clipboard

A Flutter categoryView .Writted with pure dart, supported both iOS and Android.

一个简单的CategoryTitle 支持PageController

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

示例


 GXCategoryView(
              items: const ["全部", "待完成", "已完成", "已过期a"],
              selectedTitleColor: Colors.red,
              selectedFontWeight: FontWeight.bold,
              // selectedFontSize: 20,
              onPageChanged: (index) {
                _incrementCounter(index: index);
              },
            )

0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A Flutter categoryView .Writted with pure dart, supported both iOS and Android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on gx_category_view