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

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
140
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

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on scrolls_to_top