scroll_vanisher 1.0.3 copy "scroll_vanisher: ^1.0.3" to clipboard
scroll_vanisher: ^1.0.3 copied to clipboard

Widget, that can make any widget vanish based on scroll direction.

example/lib/main.dart

import 'package:example/example/bottom_navigation/bottom_navigation_screen.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Scroll Vanisher',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.black),
        useMaterial3: true,
      ),
      home: BottomNavigationScreen(),
    );
  }
}
22
likes
150
pub points
37%
popularity

Publisher

verified publisherbinaryveda.com

Widget, that can make any widget vanish based on scroll direction.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on scroll_vanisher