sticky_web_scroll 0.0.1 copy "sticky_web_scroll: ^0.0.1" to clipboard
sticky_web_scroll: ^0.0.1 copied to clipboard

outdated

A wrapper to nestedscroll to enable flexible web scroll.

example/main.dart

import 'package:flutter/material.dart';
import '../lib/sticky_web_scroll.dart';

class HomePage extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: StickyWebScroll(
          landing: Container(),
          stickyAppBar: Container(),
          body: Container(),
        ),
      ),
    );
  }
}
3
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A wrapper to nestedscroll to enable flexible web scroll.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on sticky_web_scroll