inview_notifier_list 0.0.4 copy "inview_notifier_list: ^0.0.4" to clipboard
inview_notifier_list: ^0.0.4 copied to clipboard

outdated

A Flutter package that builds a listview and notifies when the widgets are on screen.

0.0.4 13th December 2019. #

  • Fixed fast scroll bugs.
  • Updated use of ancestorInheritedElementForWidgetOfExactType(depricated) with getElementForInheritedWidgetOfExactType.
  • Added more properties to list like reverse, shrinkWrap.

0.0.3 10th September 2019. #

Added two extra properties padding and physics.

0.0.1 18th June 2019. #

A Flutter package that builds a ListView and notifies when the widgets are on screen within a provided area.

0.0.1+1 19th June 2019. #

Breaking- Fixed the typo for the property name from srollDirection to scrollDirection.

Before(v0.0.1):

InViewNotifierList(
  srollDirection: Axis.vertical,
)

After(v0.0.2):

InViewNotifierList(
  scrollDirection: Axis.vertical,
)
`
496
likes
40
points
5.93k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that builds a listview and notifies when the widgets are on screen.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, stream_transform

More

Packages that depend on inview_notifier_list