The feed package is used to help developers page paginated list views in flutter.

Features

  • Paginated Feed Widget
  • Swipe Feed
    • Tinder like paginated feed
  • Sliding sheet paginated feed
    • Page view sliding sheet feed

Getting started

Add the dependency:

    feed:

Import the package:

import 'package:feed/feed.dart';

Usage

Follow the examples in the /example and feel free to reach out to infoperceive@gmail.com for any questions.

Additional information

The fort repository is a state management tool derived from Redux and it is used to manage state within this package.