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

outdated

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(),
    );
  }
}
220
likes
0
pub points
97%
popularity

Publisher

verified publisherfullstackaction.com

Gets all the child widgets those are displaying in listView.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on scrollview_observer