scrolls_to_top 1.0.1 copy "scrolls_to_top: ^1.0.1" to clipboard
scrolls_to_top: ^1.0.1 copied to clipboard

outdated

A dart package for working with scrolls-to-top iOS feature. Easy to use

example/lib/main.dart

import 'package:example/home_page.dart';
import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(title: 'Scroll to top', home: HomePage());
  }
}
42
likes
0
pub points
94%
popularity

Publisher

verified publisheroptimist.dev

A dart package for working with scrolls-to-top iOS feature. Easy to use

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on scrolls_to_top