native_web_scroll 1.0.1 copy "native_web_scroll: ^1.0.1" to clipboard
native_web_scroll: ^1.0.1 copied to clipboard

Native (DOM) scrolling for Flutter Web with a single ScrollController.

Changelog #

1.0.1 #

  • Added web-native scrolling with a modular architecture:
    • Core: ControllerHost mixin, NativeScrollConfig, and types.
    • Base (non-web): uses a regular ScrollController.
    • Web: DOM-backed scroller via HtmlElementView + bidirectional sync.
  • Improved sync and stability:
    • Keeps DOM and Flutter positions in sync without feedback loops.
    • Reacts to ScrollMetrics changes to reduce drift when content size updates.
  • Non-breaking API: NativeScrollBuilder remains; config is optional with sensible defaults.
1
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Native (DOM) scrolling for Flutter Web with a single ScrollController.

Repository (GitHub)
View/report issues

Topics

#web #scrolling #scroll-controller #platform-view #dom

Documentation

API reference

License

MIT (license)

Dependencies

flutter, web

More

Packages that depend on native_web_scroll