pull_to_refresh_flutter3 2.0.2 copy "pull_to_refresh_flutter3: ^2.0.2" to clipboard
pull_to_refresh_flutter3: ^2.0.2 copied to clipboard

a widget provided to the flutter scroll component drop-down refresh and pull up load.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Demo',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primarySwatch: Colors.blue,
        primaryColor: Colors.greenAccent,
      ),
      home: Scaffold(
        body: Center(
          child: Text('hello'),
        ),
      ),
    );
  }
}
141
likes
130
pub points
98%
popularity

Publisher

unverified uploader

a widget provided to the flutter scroll component drop-down refresh and pull up load.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on pull_to_refresh_flutter3