scrollview_observer 0.1.0 copy "scrollview_observer: ^0.1.0" to clipboard
scrollview_observer: ^0.1.0 copied to clipboard

Gets all the child widgets those are displaying in listView.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'features/home/home_page.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const HomePage(),
    );
  }
}
254
likes
150
points
37.6k
downloads

Publisher

verified publisherfullstackaction.com

Weekly Downloads

Gets all the child widgets those are displaying in listView.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on scrollview_observer