crawl_sticker 0.0.0-placeholder copy "crawl_sticker: ^0.0.0-placeholder" to clipboard
crawl_sticker: ^0.0.0-placeholder copied to clipboard

discontinued
retracted

Crawling indicator for highlighting the selected list item

Create a crawl sticker indicator for your lists.

Getting started #

Install it via your favourite tool or:

dart pub add crawl_sticker

Usage #

final decoration = BoxDecoration(
  color: Colors.red,
);
Widget build(BuildContext context) {
  // Wrap [StickerWidget]s in [CrawlStickerSurface]
  // and change [StickerWidget.show] to crawl sticker on that surface like a worm.
  return CrawlStickerSurface(
    child: Column(
      children: [
        StickerWidget(
          decoration: decoration,
          show: false,
        ),
        StickerWidget(
          decoration: decoration,
          show: false,
        ),
        StickerWidget(
          decoration: decoration,
          show: true,
        ),
        StickerWidget(
          decoration: decoration,
          show: false,
        ),
        StickerWidget(
          decoration: decoration,
          show: false,
        ),
      ],
    ),
  );
}
0
likes
0
points
55
downloads

Publisher

verified publisherinnerwilds.ru

Weekly Downloads

Crawling indicator for highlighting the selected list item

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on crawl_sticker