scroll_app_bar_2_0_0_custom_fix 2.0.3
scroll_app_bar_2_0_0_custom_fix: ^2.0.3 copied to clipboard
Hide or show app bar while scrolling. This package works without custom scroll view and slivers.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(const App());